Html Css Color HEX #33F3E5 Turquoise

📋 copy color: '#33F3E5'

red 51 ◦ green 243 ◦ blue 229

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

Shades of Turquoise #33F3E5

Tints of Turquoise #33F3E5

RGB

 RED value IS 51 (20.31% from 255) = 9.75%

 GREEN value IS 243 (95.31% from 255) = 46.46%

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

R = 9.75%
G = 46.46%
B = 43.79%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#33F3E5 (or 0x33F3E5) is known color: Turquoise. HEX triplet: 33, F3 and E5. RGB value is (51,243,229). Sum of RGB (Red+Green+Blue) = 51+243+229=523 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.75% from 523); Green value is 243 (95.31% from 255 or 46.46% from 523); Blue value is 229 (89.84% from 255 or 43.79% from 523); Max value from RGB is 243 - color contains mainly: green. Hex color #33F3E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #33F3E5 is #CC0C1A. Grayscale: #B7B7B7. Windows color (decimal): -13372443 or 15070003. OLE color: 15070003.

HSL color Cylindrical-coordinate representation of color #33F3E5: hue angle of 175.62º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F3E5 is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB 51 243 229 -
CMYK 0.79 0 0.06 0.05
HSL 175.63º 0.89% 0.58% -
HSV(B) 175.63º 0.79% 0.95% -
XYZ 47.56 70.46 85.22 -
YUV 184 153.39 33.14 -
System Red Green Blue C M Y K H S L
Decimal 51 243 229 0.79 0 0.06 0.05 175.63 0.89 0.58
Hex 33 F3 E5 4F 0 6 5 B0 59 3A
Octal 63 363 345 117 0 6 5 260 131 72
Binary 110011 11110011 11100101 1001111 0 110 101 10110000 1011001 111010

Color Harmonies of #33F3E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33F3E5

Black with #33F3E5

Text Example


Text Example

White with #33F3E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33F3E5; }

 p { color: rgb(51,243,229); }

 H1.HeaderClassName
 {
   color: #33F3E5;
 }
 .AnyTagClassName
 {
   color: #33F3E5;
 }
</style>

background-color css

<style>
 a { background-color: #33F3E5; }

 a { background-color: rgb(51,243,229); }

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

border-color css

<style>
 span { border-color: #33F3E5; }

 span { border-color: rgb(51,243,229); }

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