Html Css Color HEX #30EBC3 Turquoise

📋 copy color: '#30EBC3'

red 48 ◦ green 235 ◦ blue 195

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

Shades of Turquoise #30EBC3

Tints of Turquoise #30EBC3

RGB

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

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

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

R = 10.04%
G = 49.16%
B = 40.79%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#30EBC3 (or 0x30EBC3) is known color: Turquoise. HEX triplet: 30, EB and C3. RGB value is (48,235,195). Sum of RGB (Red+Green+Blue) = 48+235+195=478 (63% of max value = 765). Red value is 48 (19.14% from 255 or 10.04% from 478); Green value is 235 (92.19% from 255 or 49.16% from 478); Blue value is 195 (76.56% from 255 or 40.79% from 478); Max value from RGB is 235 - color contains mainly: green. Hex color #30EBC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30EBC3 is #CF143C. Grayscale: #AEAEAE. Windows color (decimal): -13571133 or 12839728. OLE color: 12839728.

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

Color convert

RGB 48 235 195 -
CMYK 0.80 0 0.17 0.08
HSL 167.17º 0.82% 0.55% -
HSV(B) 167.17º 0.8% 0.92% -
XYZ 40.78 63.99 61.83 -
YUV 174.53 139.55 37.75 -
System Red Green Blue C M Y K H S L
Decimal 48 235 195 0.80 0 0.17 0.08 167.17 0.82 0.55
Hex 30 EB C3 50 0 11 8 A7 52 37
Octal 60 353 303 120 0 21 10 247 122 67
Binary 110000 11101011 11000011 1010000 0 10001 1000 10100111 1010010 110111

Color Harmonies of #30EBC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EBC3

Black with #30EBC3

Text Example


Text Example

White with #30EBC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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