Html Css Color HEX #33E2FA Turquoise

📋 copy color: '#33E2FA'

red 51 ◦ green 226 ◦ blue 250

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

Shades of Turquoise #33E2FA

Tints of Turquoise #33E2FA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.88%

 BLUE value IS 250 (98.05% from 255) = 47.44%

R = 9.68%
G = 42.88%
B = 47.44%

CMYK

 C value IS 0.80

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#33E2FA (or 0x33E2FA) is known color: Turquoise. HEX triplet: 33, E2 and FA. RGB value is (51,226,250). Sum of RGB (Red+Green+Blue) = 51+226+250=527 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.68% from 527); Green value is 226 (88.67% from 255 or 42.88% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #33E2FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33E2FA is #CC1D05. Grayscale: #B0B0B0. Windows color (decimal): -13376774 or 16441907. OLE color: 16441907.

HSL color Cylindrical-coordinate representation of color #33E2FA: hue angle of 187.24º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33E2FA is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 226 250 -
CMYK 0.80 0.10 0 0.02
HSL 187.24º 0.95% 0.59% -
HSV(B) 187.24º 0.8% 0.98% -
XYZ 45.82 62 99.99 -
YUV 176.41 169.52 38.55 -
System Red Green Blue C M Y K H S L
Decimal 51 226 250 0.80 0.10 0 0.02 187.24 0.95 0.59
Hex 33 E2 FA 50 A 0 2 BB 5F 3B
Octal 63 342 372 120 12 0 2 273 137 73
Binary 110011 11100010 11111010 1010000 1010 0 10 10111011 1011111 111011

Color Harmonies of #33E2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33E2FA

Black with #33E2FA

Text Example


Text Example

White with #33E2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,226,250); }

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

background-color css

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

 a { background-color: rgb(51,226,250); }

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

border-color css

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

 span { border-color: rgb(51,226,250); }

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