Html Css Color HEX #30D9CC Turquoise

📋 copy color: '#30D9CC'

red 48 ◦ green 217 ◦ blue 204

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

Shades of Turquoise #30D9CC

Tints of Turquoise #30D9CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.5%

R = 10.23%
G = 46.27%
B = 43.5%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#30D9CC (or 0x30D9CC) is known color: Turquoise. HEX triplet: 30, D9 and CC. RGB value is (48,217,204). Sum of RGB (Red+Green+Blue) = 48+217+204=469 (62% of max value = 765). Red value is 48 (19.14% from 255 or 10.23% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 217 - color contains mainly: green. Hex color #30D9CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D9CC is #CF2633. Grayscale: #A4A4A4. Windows color (decimal): -13575732 or 13424944. OLE color: 13424944.

HSL color Cylindrical-coordinate representation of color #30D9CC: hue angle of 175.38º 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 #30D9CC is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 48 217 204 -
CMYK 0.78 0 0.06 0.15
HSL 175.38º 0.69% 0.52% -
HSV(B) 175.38º 0.78% 0.85% -
XYZ 36.93 54.61 65.72 -
YUV 164.99 150.01 44.56 -
System Red Green Blue C M Y K H S L
Decimal 48 217 204 0.78 0 0.06 0.15 175.38 0.69 0.52
Hex 30 D9 CC 4E 0 6 F AF 45 34
Octal 60 331 314 116 0 6 17 257 105 64
Binary 110000 11011001 11001100 1001110 0 110 1111 10101111 1000101 110100

Color Harmonies of #30D9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D9CC

Black with #30D9CC

Text Example


Text Example

White with #30D9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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