Html Css Color HEX #33F3E6 Turquoise

📋 copy color: '#33F3E6'

red 51 ◦ green 243 ◦ blue 230

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

Shades of Turquoise #33F3E6

Tints of Turquoise #33F3E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.89%

R = 9.73%
G = 46.37%
B = 43.89%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#33F3E6 (or 0x33F3E6) is known color: Turquoise. HEX triplet: 33, F3 and E6. RGB value is (51,243,230). Sum of RGB (Red+Green+Blue) = 51+243+230=524 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.73% from 524); Green value is 243 (95.31% from 255 or 46.37% from 524); Blue value is 230 (90.23% from 255 or 43.89% from 524); Max value from RGB is 243 - color contains mainly: green. Hex color #33F3E6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33F3E6 is #CC0C19. Grayscale: #B7B7B7. Windows color (decimal): -13372442 or 15135539. OLE color: 15135539.

HSL color Cylindrical-coordinate representation of color #33F3E6: hue angle of 175.94º 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 #33F3E6 is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 51 243 230 -
CMYK 0.79 0 0.05 0.05
HSL 175.94º 0.89% 0.58% -
HSV(B) 175.94º 0.79% 0.95% -
XYZ 47.7 70.52 85.96 -
YUV 184.11 153.89 33.06 -
System Red Green Blue C M Y K H S L
Decimal 51 243 230 0.79 0 0.05 0.05 175.94 0.89 0.58
Hex 33 F3 E6 4F 0 5 5 B0 59 3A
Octal 63 363 346 117 0 5 5 260 131 72
Binary 110011 11110011 11100110 1001111 0 101 101 10110000 1011001 111010

Color Harmonies of #33F3E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33F3E6

Black with #33F3E6

Text Example


Text Example

White with #33F3E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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