Html Css Color HEX #30D7DB Turquoise

📋 copy color: '#30D7DB'

red 48 ◦ green 215 ◦ blue 219

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

Shades of Turquoise #30D7DB

Tints of Turquoise #30D7DB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.61%

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

R = 9.96%
G = 44.61%
B = 45.44%

CMYK

 C value IS 0.78

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#30D7DB (or 0x30D7DB) is known color: Turquoise. HEX triplet: 30, D7 and DB. RGB value is (48,215,219). Sum of RGB (Red+Green+Blue) = 48+215+219=482 (63% of max value = 765). Red value is 48 (19.14% from 255 or 9.96% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #30D7DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30D7DB is #CF2824. Grayscale: #A5A5A5. Windows color (decimal): -13576229 or 14407472. OLE color: 14407472.

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

Color convert

RGB 48 215 219 -
CMYK 0.78 0.02 0 0.14
HSL 181.4º 0.7% 0.52% -
HSV(B) 181.4º 0.78% 0.86% -
XYZ 38.31 54.34 75.49 -
YUV 165.52 158.17 44.17 -
System Red Green Blue C M Y K H S L
Decimal 48 215 219 0.78 0.02 0 0.14 181.4 0.7 0.52
Hex 30 D7 DB 4E 2 0 E B5 46 34
Octal 60 327 333 116 2 0 16 265 106 64
Binary 110000 11010111 11011011 1001110 10 0 1110 10110101 1000110 110100

Color Harmonies of #30D7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D7DB

Black with #30D7DB

Text Example


Text Example

White with #30D7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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