Html Css Color HEX #33EFFB Turquoise

📋 copy color: '#33EFFB'

red 51 ◦ green 239 ◦ blue 251

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

Shades of Turquoise #33EFFB

Tints of Turquoise #33EFFB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.18%

 BLUE value IS 251 (98.44% from 255) = 46.4%

R = 9.43%
G = 44.18%
B = 46.4%

CMYK

 C value IS 0.80

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#33EFFB (or 0x33EFFB) is known color: Turquoise. HEX triplet: 33, EF and FB. RGB value is (51,239,251). Sum of RGB (Red+Green+Blue) = 51+239+251=541 (71% of max value = 765). Red value is 51 (20.31% from 255 or 9.43% from 541); Green value is 239 (93.75% from 255 or 44.18% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #33EFFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33EFFB is #CC1004. Grayscale: #B7B7B7. Windows color (decimal): -13373445 or 16510771. OLE color: 16510771.

HSL color Cylindrical-coordinate representation of color #33EFFB: hue angle of 183.6º degrees, saturation: 0.96, 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 #33EFFB is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 239 251 -
CMYK 0.80 0.05 0 0.02
HSL 183.6º 0.96% 0.59% -
HSV(B) 183.6º 0.8% 0.98% -
XYZ 49.64 69.4 102.05 -
YUV 184.16 165.72 33.02 -
System Red Green Blue C M Y K H S L
Decimal 51 239 251 0.80 0.05 0 0.02 183.6 0.96 0.59
Hex 33 EF FB 50 5 0 2 B8 60 3B
Octal 63 357 373 120 5 0 2 270 140 73
Binary 110011 11101111 11111011 1010000 101 0 10 10111000 1100000 111011

Color Harmonies of #33EFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33EFFB

Black with #33EFFB

Text Example


Text Example

White with #33EFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,239,251); }

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

background-color css

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

 a { background-color: rgb(51,239,251); }

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

border-color css

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

 span { border-color: rgb(51,239,251); }

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