Html Css Color HEX #30EBE5 Turquoise

📋 copy color: '#30EBE5'

red 48 ◦ green 235 ◦ blue 229

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

Shades of Turquoise #30EBE5

Tints of Turquoise #30EBE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 44.73%

R = 9.38%
G = 45.9%
B = 44.73%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#30EBE5 (or 0x30EBE5) is known color: Turquoise. HEX triplet: 30, EB and E5. RGB value is (48,235,229). Sum of RGB (Red+Green+Blue) = 48+235+229=512 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.38% from 512); Green value is 235 (92.19% from 255 or 45.90% from 512); Blue value is 229 (89.84% from 255 or 44.73% from 512); Max value from RGB is 235 - color contains mainly: green. Hex color #30EBE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30EBE5 is #CF141A. Grayscale: #B2B2B2. Windows color (decimal): -13571099 or 15067952. OLE color: 15067952.

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

Color convert

RGB 48 235 229 -
CMYK 0.80 0 0.03 0.08
HSL 178.07º 0.82% 0.55% -
HSV(B) 178.07º 0.8% 0.92% -
XYZ 45.07 65.7 84.44 -
YUV 178.4 156.55 34.99 -
System Red Green Blue C M Y K H S L
Decimal 48 235 229 0.80 0 0.03 0.08 178.07 0.82 0.55
Hex 30 EB E5 50 0 3 8 B2 52 37
Octal 60 353 345 120 0 3 10 262 122 67
Binary 110000 11101011 11100101 1010000 0 11 1000 10110010 1010010 110111

Color Harmonies of #30EBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30EBE5

Black with #30EBE5

Text Example


Text Example

White with #30EBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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