Html Css Color HEX #30DCB7 Turquoise

📋 copy color: '#30DCB7'

red 48 ◦ green 220 ◦ blue 183

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

Shades of Turquoise #30DCB7

Tints of Turquoise #30DCB7

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.78%

 BLUE value IS 183 (71.88% from 255) = 40.58%

R = 10.64%
G = 48.78%
B = 40.58%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#30DCB7 (or 0x30DCB7) is known color: Turquoise. HEX triplet: 30, DC and B7. RGB value is (48,220,183). Sum of RGB (Red+Green+Blue) = 48+220+183=451 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.64% from 451); Green value is 220 (86.33% from 255 or 48.78% from 451); Blue value is 183 (71.88% from 255 or 40.58% from 451); Max value from RGB is 220 - color contains mainly: green. Hex color #30DCB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DCB7 is #CF2348. Grayscale: #A4A4A4. Windows color (decimal): -13574985 or 12049456. OLE color: 12049456.

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

Color convert

RGB 48 220 183 -
CMYK 0.78 0 0.17 0.14
HSL 167.09º 0.71% 0.53% -
HSV(B) 167.09º 0.78% 0.86% -
XYZ 35.36 55.23 53.6 -
YUV 164.35 138.52 45.01 -
System Red Green Blue C M Y K H S L
Decimal 48 220 183 0.78 0 0.17 0.14 167.09 0.71 0.53
Hex 30 DC B7 4E 0 11 E A7 47 35
Octal 60 334 267 116 0 21 16 247 107 65
Binary 110000 11011100 10110111 1001110 0 10001 1110 10100111 1000111 110101

Color Harmonies of #30DCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DCB7

Black with #30DCB7

Text Example


Text Example

White with #30DCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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