Html Css Color HEX #33E6F3 Turquoise

📋 copy color: '#33E6F3'

red 51 ◦ green 230 ◦ blue 243

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

Shades of Turquoise #33E6F3

Tints of Turquoise #33E6F3

RGB

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

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

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

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

CMYK

 C value IS 0.79

 M value IS 0.05

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

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

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

Color convert

RGB 51 230 243 -
CMYK 0.79 0.05 0 0.05
HSL 184.06º 0.89% 0.58% -
HSV(B) 184.06º 0.79% 0.95% -
XYZ 45.84 63.77 94.69 -
YUV 177.96 164.7 37.44 -
System Red Green Blue C M Y K H S L
Decimal 51 230 243 0.79 0.05 0 0.05 184.06 0.89 0.58
Hex 33 E6 F3 4F 5 0 5 B8 59 3A
Octal 63 346 363 117 5 0 5 270 131 72
Binary 110011 11100110 11110011 1001111 101 0 101 10111000 1011001 111010

Color Harmonies of #33E6F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33E6F3

Black with #33E6F3

Text Example


Text Example

White with #33E6F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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