Html Css Color HEX #30DBDC Turquoise

📋 copy color: '#30DBDC'

red 48 ◦ green 219 ◦ blue 220

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

Shades of Turquoise #30DBDC

Tints of Turquoise #30DBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.17%

R = 9.86%
G = 44.97%
B = 45.17%

CMYK

 C value IS 0.78

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#30DBDC (or 0x30DBDC) is known color: Turquoise. HEX triplet: 30, DB and DC. RGB value is (48,219,220). Sum of RGB (Red+Green+Blue) = 48+219+220=487 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.86% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #30DBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DBDC is #CF2423. Grayscale: #A7A7A7. Windows color (decimal): -13575204 or 14474032. OLE color: 14474032.

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

Color convert

RGB 48 219 220 -
CMYK 0.78 0.00 0 0.14
HSL 180.35º 0.71% 0.53% -
HSV(B) 180.35º 0.78% 0.86% -
XYZ 39.47 56.46 76.53 -
YUV 167.99 157.35 42.42 -
System Red Green Blue C M Y K H S L
Decimal 48 219 220 0.78 0.00 0 0.14 180.35 0.71 0.53
Hex 30 DB DC 4E 0 0 E B4 47 35
Octal 60 333 334 116 0 0 16 264 107 65
Binary 110000 11011011 11011100 1001110 0 0 1110 10110100 1000111 110101

Color Harmonies of #30DBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DBDC

Black with #30DBDC

Text Example


Text Example

White with #30DBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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