Html Css Color HEX #30CDCF Medium Turquoise

📋 copy color: '#30CDCF'

red 48 ◦ green 205 ◦ blue 207

#30CDCF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #30CDCF

Tints of Medium Turquoise #30CDCF

RGB

 RED value IS 48 (19.14% from 255) = 10.43%

 GREEN value IS 205 (80.47% from 255) = 44.57%

 BLUE value IS 207 (81.25% from 255) = 45%

R = 10.43%
G = 44.57%
B = 45%

CMYK

 C value IS 0.77

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#30CDCF (or 0x30CDCF) is known color: Medium Turquoise. HEX triplet: 30, CD and CF. RGB value is (48,205,207). Sum of RGB (Red+Green+Blue) = 48+205+207=460 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.43% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #30CDCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30CDCF is #CF3230. Grayscale: #9E9E9E. Windows color (decimal): -13578801 or 13618480. OLE color: 13618480.

HSL color Cylindrical-coordinate representation of color #30CDCF: hue angle of 180.75º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CDCF is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 205 207 -
CMYK 0.77 0.01 0 0.19
HSL 180.75º 0.62% 0.5% -
HSV(B) 180.75º 0.77% 0.81% -
XYZ 34.31 48.8 66.64 -
YUV 158.29 155.49 49.34 -
System Red Green Blue C M Y K H S L
Decimal 48 205 207 0.77 0.01 0 0.19 180.75 0.62 0.5
Hex 30 CD CF 4D 1 0 13 B5 3E 32
Octal 60 315 317 115 1 0 23 265 76 62
Binary 110000 11001101 11001111 1001101 1 0 10011 10110101 111110 110010

Color Harmonies of #30CDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CDCF

Black with #30CDCF

Text Example


Text Example

White with #30CDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30CDCF; }

 p { color: rgb(48,205,207); }

 H1.HeaderClassName
 {
   color: #30CDCF;
 }
 .AnyTagClassName
 {
   color: #30CDCF;
 }
</style>

background-color css

<style>
 a { background-color: #30CDCF; }

 a { background-color: rgb(48,205,207); }

 div.DivClassName
 {
   background-color: #30CDCF;
 }
 .BgClassName
 {
   background-color: #30CDCF;
 }
</style>

border-color css

<style>
 span { border-color: #30CDCF; }

 span { border-color: rgb(48,205,207); }

 td.TdClassName
 {
   border-color: #30CDCF;
 }
 .TagClassName
 {
   border-color: #30CDCF;
 }
</style>