Html Css Color HEX #30DCB5 Turquoise

📋 copy color: '#30DCB5'

red 48 ◦ green 220 ◦ blue 181

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

Shades of Turquoise #30DCB5

Tints of Turquoise #30DCB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.31%

R = 10.69%
G = 49%
B = 40.31%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#30DCB5 (or 0x30DCB5) is known color: Turquoise. HEX triplet: 30, DC and B5. RGB value is (48,220,181). Sum of RGB (Red+Green+Blue) = 48+220+181=449 (59% of max value = 765). Red value is 48 (19.14% from 255 or 10.69% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 181 (71.09% from 255 or 40.31% from 449); Max value from RGB is 220 - color contains mainly: green. Hex color #30DCB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #30DCB5 is #CF234A. Grayscale: #A4A4A4. Windows color (decimal): -13574987 or 11918384. OLE color: 11918384.

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

Color convert

RGB 48 220 181 -
CMYK 0.78 0 0.18 0.14
HSL 166.4º 0.71% 0.53% -
HSV(B) 166.4º 0.78% 0.86% -
XYZ 35.15 55.15 52.51 -
YUV 164.13 137.52 45.17 -
System Red Green Blue C M Y K H S L
Decimal 48 220 181 0.78 0 0.18 0.14 166.4 0.71 0.53
Hex 30 DC B5 4E 0 12 E A6 47 35
Octal 60 334 265 116 0 22 16 246 107 65
Binary 110000 11011100 10110101 1001110 0 10010 1110 10100110 1000111 110101

Color Harmonies of #30DCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DCB5

Black with #30DCB5

Text Example


Text Example

White with #30DCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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