Html Css Color HEX #30D9CE Turquoise

📋 copy color: '#30D9CE'

red 48 ◦ green 217 ◦ blue 206

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

Shades of Turquoise #30D9CE

Tints of Turquoise #30D9CE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.07%

 BLUE value IS 206 (80.86% from 255) = 43.74%

R = 10.19%
G = 46.07%
B = 43.74%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#30D9CE (or 0x30D9CE) is known color: Turquoise. HEX triplet: 30, D9 and CE. RGB value is (48,217,206). Sum of RGB (Red+Green+Blue) = 48+217+206=471 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.19% from 471); Green value is 217 (85.16% from 255 or 46.07% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 217 - color contains mainly: green. Hex color #30D9CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D9CE is #CF2631. Grayscale: #A5A5A5. Windows color (decimal): -13575730 or 13556016. OLE color: 13556016.

HSL color Cylindrical-coordinate representation of color #30D9CE: hue angle of 176.09º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D9CE is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 48 217 206 -
CMYK 0.78 0 0.05 0.15
HSL 176.09º 0.69% 0.52% -
HSV(B) 176.09º 0.78% 0.85% -
XYZ 37.17 54.71 66.99 -
YUV 165.22 151.01 44.39 -
System Red Green Blue C M Y K H S L
Decimal 48 217 206 0.78 0 0.05 0.15 176.09 0.69 0.52
Hex 30 D9 CE 4E 0 5 F B0 45 34
Octal 60 331 316 116 0 5 17 260 105 64
Binary 110000 11011001 11001110 1001110 0 101 1111 10110000 1000101 110100

Color Harmonies of #30D9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D9CE

Black with #30D9CE

Text Example


Text Example

White with #30D9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,217,206); }

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

background-color css

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

 a { background-color: rgb(48,217,206); }

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

border-color css

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

 span { border-color: rgb(48,217,206); }

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