Html Css Color HEX #33E6F5 Turquoise

📋 copy color: '#33E6F5'

red 51 ◦ green 230 ◦ blue 245

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

Shades of Turquoise #33E6F5

Tints of Turquoise #33E6F5

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.73%

 BLUE value IS 245 (96.09% from 255) = 46.58%

R = 9.7%
G = 43.73%
B = 46.58%

CMYK

 C value IS 0.79

 M value IS 0.06

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#33E6F5 (or 0x33E6F5) is known color: Turquoise. HEX triplet: 33, E6 and F5. RGB value is (51,230,245). Sum of RGB (Red+Green+Blue) = 51+230+245=526 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.70% from 526); Green value is 230 (90.23% from 255 or 43.73% from 526); Blue value is 245 (96.09% from 255 or 46.58% from 526); Max value from RGB is 245 - color contains mainly: blue. Hex color #33E6F5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33E6F5 is #CC190A. Grayscale: #B1B1B1. Windows color (decimal): -13375755 or 16115251. OLE color: 16115251.

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

Color convert

RGB 51 230 245 -
CMYK 0.79 0.06 0 0.04
HSL 184.64º 0.91% 0.58% -
HSV(B) 184.64º 0.79% 0.96% -
XYZ 46.14 63.89 96.29 -
YUV 178.19 165.7 37.28 -
System Red Green Blue C M Y K H S L
Decimal 51 230 245 0.79 0.06 0 0.04 184.64 0.91 0.58
Hex 33 E6 F5 4F 6 0 4 B9 5B 3A
Octal 63 346 365 117 6 0 4 271 133 72
Binary 110011 11100110 11110101 1001111 110 0 100 10111001 1011011 111010

Color Harmonies of #33E6F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33E6F5

Black with #33E6F5

Text Example


Text Example

White with #33E6F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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