Html Css Color HEX #30D6CB Turquoise

📋 copy color: '#30D6CB'

red 48 ◦ green 214 ◦ blue 203

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

Shades of Turquoise #30D6CB

Tints of Turquoise #30D6CB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.02%

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

R = 10.32%
G = 46.02%
B = 43.66%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#30D6CB (or 0x30D6CB) is known color: Turquoise. HEX triplet: 30, D6 and CB. RGB value is (48,214,203). Sum of RGB (Red+Green+Blue) = 48+214+203=465 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.32% from 465); Green value is 214 (83.98% from 255 or 46.02% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 214 - color contains mainly: green. Hex color #30D6CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D6CB is #CF2934. Grayscale: #A2A2A2. Windows color (decimal): -13576501 or 13358640. OLE color: 13358640.

HSL color Cylindrical-coordinate representation of color #30D6CB: hue angle of 176.02º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D6CB is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 214 203 -
CMYK 0.78 0 0.05 0.16
HSL 176.02º 0.67% 0.51% -
HSV(B) 176.02º 0.78% 0.84% -
XYZ 36.04 53.03 64.84 -
YUV 163.11 150.5 45.89 -
System Red Green Blue C M Y K H S L
Decimal 48 214 203 0.78 0 0.05 0.16 176.02 0.67 0.51
Hex 30 D6 CB 4E 0 5 10 B0 43 33
Octal 60 326 313 116 0 5 20 260 103 63
Binary 110000 11010110 11001011 1001110 0 101 10000 10110000 1000011 110011

Color Harmonies of #30D6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D6CB

Black with #30D6CB

Text Example


Text Example

White with #30D6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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