Html Css Color HEX #30D1CB Turquoise

📋 copy color: '#30D1CB'

red 48 ◦ green 209 ◦ blue 203

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

Shades of Turquoise #30D1CB

Tints of Turquoise #30D1CB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.43%

 BLUE value IS 203 (79.69% from 255) = 44.13%

R = 10.43%
G = 45.43%
B = 44.13%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#30D1CB (or 0x30D1CB) is known color: Turquoise. HEX triplet: 30, D1 and CB. RGB value is (48,209,203). Sum of RGB (Red+Green+Blue) = 48+209+203=460 (60% of max value = 765). Red value is 48 (19.14% from 255 or 10.43% from 460); Green value is 209 (82.03% from 255 or 45.43% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 209 - color contains mainly: green. Hex color #30D1CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D1CB is #CF2E34. Grayscale: #A0A0A0. Windows color (decimal): -13577781 or 13357360. OLE color: 13357360.

HSL color Cylindrical-coordinate representation of color #30D1CB: hue angle of 177.76º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D1CB is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 48 209 203 -
CMYK 0.77 0 0.03 0.18
HSL 177.76º 0.64% 0.5% -
HSV(B) 177.76º 0.77% 0.82% -
XYZ 34.8 50.54 64.42 -
YUV 160.18 152.16 47.99 -
System Red Green Blue C M Y K H S L
Decimal 48 209 203 0.77 0 0.03 0.18 177.76 0.64 0.5
Hex 30 D1 CB 4D 0 3 12 B2 40 32
Octal 60 321 313 115 0 3 22 262 100 62
Binary 110000 11010001 11001011 1001101 0 11 10010 10110010 1000000 110010

Color Harmonies of #30D1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D1CB

Black with #30D1CB

Text Example


Text Example

White with #30D1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,209,203); }

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

background-color css

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

 a { background-color: rgb(48,209,203); }

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

border-color css

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

 span { border-color: rgb(48,209,203); }

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