Html Css Color HEX #30D2CE Turquoise

📋 copy color: '#30D2CE'

red 48 ◦ green 210 ◦ blue 206

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

Shades of Turquoise #30D2CE

Tints of Turquoise #30D2CE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.26%

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

R = 10.34%
G = 45.26%
B = 44.4%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#30D2CE (or 0x30D2CE) is known color: Turquoise. HEX triplet: 30, D2 and CE. RGB value is (48,210,206). Sum of RGB (Red+Green+Blue) = 48+210+206=464 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.34% from 464); Green value is 210 (82.42% from 255 or 45.26% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 210 - color contains mainly: green. Hex color #30D2CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D2CE is #CF2D31. Grayscale: #A0A0A0. Windows color (decimal): -13577522 or 13554224. OLE color: 13554224.

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

Color convert

RGB 48 210 206 -
CMYK 0.77 0 0.02 0.18
HSL 178.52º 0.64% 0.51% -
HSV(B) 178.52º 0.77% 0.82% -
XYZ 35.41 51.18 66.4 -
YUV 161.11 153.33 47.33 -
System Red Green Blue C M Y K H S L
Decimal 48 210 206 0.77 0 0.02 0.18 178.52 0.64 0.51
Hex 30 D2 CE 4D 0 2 12 B3 40 33
Octal 60 322 316 115 0 2 22 263 100 63
Binary 110000 11010010 11001110 1001101 0 10 10010 10110011 1000000 110011

Color Harmonies of #30D2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D2CE

Black with #30D2CE

Text Example


Text Example

White with #30D2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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