Html Css Color HEX #30D4DB Turquoise

📋 copy color: '#30D4DB'

red 48 ◦ green 212 ◦ blue 219

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

Shades of Turquoise #30D4DB

Tints of Turquoise #30D4DB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.26%

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

R = 10.02%
G = 44.26%
B = 45.72%

CMYK

 C value IS 0.78

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#30D4DB (or 0x30D4DB) is known color: Turquoise. HEX triplet: 30, D4 and DB. RGB value is (48,212,219). Sum of RGB (Red+Green+Blue) = 48+212+219=479 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10.02% from 479); Green value is 212 (83.20% from 255 or 44.26% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #30D4DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D4DB is #CF2B24. Grayscale: #A3A3A3. Windows color (decimal): -13576997 or 14406704. OLE color: 14406704.

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

Color convert

RGB 48 212 219 -
CMYK 0.78 0.03 0 0.14
HSL 182.46º 0.7% 0.52% -
HSV(B) 182.46º 0.78% 0.86% -
XYZ 37.55 52.83 75.24 -
YUV 163.76 159.17 45.43 -
System Red Green Blue C M Y K H S L
Decimal 48 212 219 0.78 0.03 0 0.14 182.46 0.7 0.52
Hex 30 D4 DB 4E 3 0 E B6 46 34
Octal 60 324 333 116 3 0 16 266 106 64
Binary 110000 11010100 11011011 1001110 11 0 1110 10110110 1000110 110100

Color Harmonies of #30D4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D4DB

Black with #30D4DB

Text Example


Text Example

White with #30D4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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