Html Css Color HEX #33F1E7 Turquoise

📋 copy color: '#33F1E7'

red 51 ◦ green 241 ◦ blue 231

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

Shades of Turquoise #33F1E7

Tints of Turquoise #33F1E7

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.08%

 BLUE value IS 231 (90.63% from 255) = 44.17%

R = 9.75%
G = 46.08%
B = 44.17%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#33F1E7 (or 0x33F1E7) is known color: Turquoise. HEX triplet: 33, F1 and E7. RGB value is (51,241,231). Sum of RGB (Red+Green+Blue) = 51+241+231=523 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.75% from 523); Green value is 241 (94.53% from 255 or 46.08% from 523); Blue value is 231 (90.62% from 255 or 44.17% from 523); Max value from RGB is 241 - color contains mainly: green. Hex color #33F1E7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33F1E7 is #CC0E18. Grayscale: #B6B6B6. Windows color (decimal): -13372953 or 15200563. OLE color: 15200563.

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

Color convert

RGB 51 241 231 -
CMYK 0.79 0 0.04 0.05
HSL 176.84º 0.87% 0.57% -
HSV(B) 176.84º 0.79% 0.95% -
XYZ 47.24 69.38 86.5 -
YUV 183.05 155.05 33.81 -
System Red Green Blue C M Y K H S L
Decimal 51 241 231 0.79 0 0.04 0.05 176.84 0.87 0.57
Hex 33 F1 E7 4F 0 4 5 B1 57 39
Octal 63 361 347 117 0 4 5 261 127 71
Binary 110011 11110001 11100111 1001111 0 100 101 10110001 1010111 111001

Color Harmonies of #33F1E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33F1E7

Black with #33F1E7

Text Example


Text Example

White with #33F1E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,241,231); }

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

background-color css

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

 a { background-color: rgb(51,241,231); }

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

border-color css

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

 span { border-color: rgb(51,241,231); }

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