Html Css Color HEX #30D2BC Turquoise

📋 copy color: '#30D2BC'

red 48 ◦ green 210 ◦ blue 188

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

Shades of Turquoise #30D2BC

Tints of Turquoise #30D2BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.15%

R = 10.76%
G = 47.09%
B = 42.15%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#30D2BC (or 0x30D2BC) is known color: Turquoise. HEX triplet: 30, D2 and BC. RGB value is (48,210,188). Sum of RGB (Red+Green+Blue) = 48+210+188=446 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.76% from 446); Green value is 210 (82.42% from 255 or 47.09% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 210 - color contains mainly: green. Hex color #30D2BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D2BC is #CF2D43. Grayscale: #9E9E9E. Windows color (decimal): -13577540 or 12374576. OLE color: 12374576.

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

Color convert

RGB 48 210 188 -
CMYK 0.77 0 0.10 0.18
HSL 171.85º 0.64% 0.51% -
HSV(B) 171.85º 0.77% 0.82% -
XYZ 33.34 50.35 55.54 -
YUV 159.05 144.33 48.79 -
System Red Green Blue C M Y K H S L
Decimal 48 210 188 0.77 0 0.10 0.18 171.85 0.64 0.51
Hex 30 D2 BC 4D 0 A 12 AC 40 33
Octal 60 322 274 115 0 12 22 254 100 63
Binary 110000 11010010 10111100 1001101 0 1010 10010 10101100 1000000 110011

Color Harmonies of #30D2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D2BC

Black with #30D2BC

Text Example


Text Example

White with #30D2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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