Html Css Color HEX #30D6B9 Turquoise

📋 copy color: '#30D6B9'

red 48 ◦ green 214 ◦ blue 185

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

Shades of Turquoise #30D6B9

Tints of Turquoise #30D6B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.39%

R = 10.74%
G = 47.87%
B = 41.39%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#30D6B9 (or 0x30D6B9) is known color: Turquoise. HEX triplet: 30, D6 and B9. RGB value is (48,214,185). Sum of RGB (Red+Green+Blue) = 48+214+185=447 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.74% from 447); Green value is 214 (83.98% from 255 or 47.87% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 214 - color contains mainly: green. Hex color #30D6B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D6B9 is #CF2946. Grayscale: #A1A1A1. Windows color (decimal): -13576519 or 12178992. OLE color: 12178992.

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

Color convert

RGB 48 214 185 -
CMYK 0.78 0 0.14 0.16
HSL 169.52º 0.67% 0.51% -
HSV(B) 169.52º 0.78% 0.84% -
XYZ 34.02 52.22 54.19 -
YUV 161.06 141.5 47.36 -
System Red Green Blue C M Y K H S L
Decimal 48 214 185 0.78 0 0.14 0.16 169.52 0.67 0.51
Hex 30 D6 B9 4E 0 E 10 AA 43 33
Octal 60 326 271 116 0 16 20 252 103 63
Binary 110000 11010110 10111001 1001110 0 1110 10000 10101010 1000011 110011

Color Harmonies of #30D6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D6B9

Black with #30D6B9

Text Example


Text Example

White with #30D6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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