Html Css Color HEX #30D2BB Turquoise

📋 copy color: '#30D2BB'

red 48 ◦ green 210 ◦ blue 187

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

Shades of Turquoise #30D2BB

Tints of Turquoise #30D2BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.02%

R = 10.79%
G = 47.19%
B = 42.02%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#30D2BB (or 0x30D2BB) is known color: Turquoise. HEX triplet: 30, D2 and BB. RGB value is (48,210,187). Sum of RGB (Red+Green+Blue) = 48+210+187=445 (58% of max value = 765). Red value is 48 (19.14% from 255 or 10.79% from 445); Green value is 210 (82.42% from 255 or 47.19% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 210 - color contains mainly: green. Hex color #30D2BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D2BB is #CF2D44. Grayscale: #9E9E9E. Windows color (decimal): -13577541 or 12309040. OLE color: 12309040.

HSL color Cylindrical-coordinate representation of color #30D2BB: hue angle of 171.48º 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 #30D2BB is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 48 210 187 -
CMYK 0.77 0 0.11 0.18
HSL 171.48º 0.64% 0.51% -
HSV(B) 171.48º 0.77% 0.82% -
XYZ 33.24 50.31 54.97 -
YUV 158.94 143.83 48.87 -
System Red Green Blue C M Y K H S L
Decimal 48 210 187 0.77 0 0.11 0.18 171.48 0.64 0.51
Hex 30 D2 BB 4D 0 B 12 AB 40 33
Octal 60 322 273 115 0 13 22 253 100 63
Binary 110000 11010010 10111011 1001101 0 1011 10010 10101011 1000000 110011

Color Harmonies of #30D2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D2BB

Black with #30D2BB

Text Example


Text Example

White with #30D2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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