Html Css Color HEX #30EBC9 Turquoise

📋 copy color: '#30EBC9'

red 48 ◦ green 235 ◦ blue 201

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

Shades of Turquoise #30EBC9

Tints of Turquoise #30EBC9

RGB

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

 GREEN value IS 235 (92.19% from 255) = 48.55%

 BLUE value IS 201 (78.91% from 255) = 41.53%

R = 9.92%
G = 48.55%
B = 41.53%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#30EBC9 (or 0x30EBC9) is known color: Turquoise. HEX triplet: 30, EB and C9. RGB value is (48,235,201). Sum of RGB (Red+Green+Blue) = 48+235+201=484 (64% of max value = 765). Red value is 48 (19.14% from 255 or 9.92% from 484); Green value is 235 (92.19% from 255 or 48.55% from 484); Blue value is 201 (78.91% from 255 or 41.53% from 484); Max value from RGB is 235 - color contains mainly: green. Hex color #30EBC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30EBC9 is #CF1436. Grayscale: #AFAFAF. Windows color (decimal): -13571127 or 13232944. OLE color: 13232944.

HSL color Cylindrical-coordinate representation of color #30EBC9: hue angle of 169.09º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EBC9 is Cyan = 0.80, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 235 201 -
CMYK 0.80 0 0.14 0.08
HSL 169.09º 0.82% 0.55% -
HSV(B) 169.09º 0.8% 0.92% -
XYZ 41.47 64.26 65.48 -
YUV 175.21 142.55 37.26 -
System Red Green Blue C M Y K H S L
Decimal 48 235 201 0.80 0 0.14 0.08 169.09 0.82 0.55
Hex 30 EB C9 50 0 E 8 A9 52 37
Octal 60 353 311 120 0 16 10 251 122 67
Binary 110000 11101011 11001001 1010000 0 1110 1000 10101001 1010010 110111

Color Harmonies of #30EBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EBC9

Black with #30EBC9

Text Example


Text Example

White with #30EBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,235,201); }

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

background-color css

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

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

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

border-color css

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

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

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