Html Css Color HEX #30D2DB Turquoise

📋 copy color: '#30D2DB'

red 48 ◦ green 210 ◦ blue 219

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

Shades of Turquoise #30D2DB

Tints of Turquoise #30D2DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.91%

R = 10.06%
G = 44.03%
B = 45.91%

CMYK

 C value IS 0.78

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#30D2DB (or 0x30D2DB) is known color: Turquoise. HEX triplet: 30, D2 and DB. RGB value is (48,210,219). Sum of RGB (Red+Green+Blue) = 48+210+219=477 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10.06% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #30D2DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D2DB is #CF2D24. Grayscale: #A2A2A2. Windows color (decimal): -13577509 or 14406192. OLE color: 14406192.

HSL color Cylindrical-coordinate representation of color #30D2DB: hue angle of 183.16º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D2DB is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 210 219 -
CMYK 0.78 0.04 0 0.14
HSL 183.16º 0.7% 0.52% -
HSV(B) 183.16º 0.78% 0.86% -
XYZ 37.05 51.84 75.07 -
YUV 162.59 159.83 46.27 -
System Red Green Blue C M Y K H S L
Decimal 48 210 219 0.78 0.04 0 0.14 183.16 0.7 0.52
Hex 30 D2 DB 4E 4 0 E B7 46 34
Octal 60 322 333 116 4 0 16 267 106 64
Binary 110000 11010010 11011011 1001110 100 0 1110 10110111 1000110 110100

Color Harmonies of #30D2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D2DB

Black with #30D2DB

Text Example


Text Example

White with #30D2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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