Html Css Color HEX #30DBDB Turquoise

📋 copy color: '#30DBDB'

red 48 ◦ green 219 ◦ blue 219

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

Shades of Turquoise #30DBDB

Tints of Turquoise #30DBDB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.06%

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

R = 9.88%
G = 45.06%
B = 45.06%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#30DBDB (or 0x30DBDB) is known color: Turquoise. HEX triplet: 30, DB and DB. RGB value is (48,219,219). Sum of RGB (Red+Green+Blue) = 48+219+219=486 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.88% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #30DBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DBDB is #CF2424. Grayscale: #A7A7A7. Windows color (decimal): -13575205 or 14408496. OLE color: 14408496.

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

Color convert

RGB 48 219 219 -
CMYK 0.78 0 0 0.14
HSL 180º 0.7% 0.52% -
HSV(B) 180º 0.78% 0.86% -
XYZ 39.34 56.41 75.83 -
YUV 167.87 156.85 42.5 -
System Red Green Blue C M Y K H S L
Decimal 48 219 219 0.78 0 0 0.14 180 0.7 0.52
Hex 30 DB DB 4E 0 0 E B4 46 34
Octal 60 333 333 116 0 0 16 264 106 64
Binary 110000 11011011 11011011 1001110 0 0 1110 10110100 1000110 110100

Color Harmonies of #30DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DBDB

Black with #30DBDB

Text Example


Text Example

White with #30DBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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