Html Css Color HEX #30DBC3 Turquoise

📋 copy color: '#30DBC3'

red 48 ◦ green 219 ◦ blue 195

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

Shades of Turquoise #30DBC3

Tints of Turquoise #30DBC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.21%

R = 10.39%
G = 47.4%
B = 42.21%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#30DBC3 (or 0x30DBC3) is known color: Turquoise. HEX triplet: 30, DB and C3. RGB value is (48,219,195). Sum of RGB (Red+Green+Blue) = 48+219+195=462 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.39% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 195 (76.56% from 255 or 42.21% from 462); Max value from RGB is 219 - color contains mainly: green. Hex color #30DBC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DBC3 is #CF243C. Grayscale: #A5A5A5. Windows color (decimal): -13575229 or 12835632. OLE color: 12835632.

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

Color convert

RGB 48 219 195 -
CMYK 0.78 0 0.11 0.14
HSL 171.58º 0.7% 0.52% -
HSV(B) 171.58º 0.78% 0.86% -
XYZ 36.4 55.23 60.37 -
YUV 165.14 144.85 44.45 -
System Red Green Blue C M Y K H S L
Decimal 48 219 195 0.78 0 0.11 0.14 171.58 0.7 0.52
Hex 30 DB C3 4E 0 B E AC 46 34
Octal 60 333 303 116 0 13 16 254 106 64
Binary 110000 11011011 11000011 1001110 0 1011 1110 10101100 1000110 110100

Color Harmonies of #30DBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DBC3

Black with #30DBC3

Text Example


Text Example

White with #30DBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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