Html Css Color HEX #33EEF1 Turquoise

📋 copy color: '#33EEF1'

red 51 ◦ green 238 ◦ blue 241

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

Shades of Turquoise #33EEF1

Tints of Turquoise #33EEF1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.91%

 BLUE value IS 241 (94.53% from 255) = 45.47%

R = 9.62%
G = 44.91%
B = 45.47%

CMYK

 C value IS 0.79

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#33EEF1 (or 0x33EEF1) is known color: Turquoise. HEX triplet: 33, EE and F1. RGB value is (51,238,241). Sum of RGB (Red+Green+Blue) = 51+238+241=530 (70% of max value = 765). Red value is 51 (20.31% from 255 or 9.62% from 530); Green value is 238 (93.36% from 255 or 44.91% from 530); Blue value is 241 (94.53% from 255 or 45.47% from 530); Max value from RGB is 241 - color contains mainly: blue. Hex color #33EEF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33EEF1 is #CC110E. Grayscale: #B6B6B6. Windows color (decimal): -13373711 or 15855155. OLE color: 15855155.

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

Color convert

RGB 51 238 241 -
CMYK 0.79 0.01 0 0.05
HSL 180.95º 0.87% 0.57% -
HSV(B) 180.95º 0.79% 0.95% -
XYZ 47.82 68.2 93.86 -
YUV 182.43 161.05 34.26 -
System Red Green Blue C M Y K H S L
Decimal 51 238 241 0.79 0.01 0 0.05 180.95 0.87 0.57
Hex 33 EE F1 4F 1 0 5 B5 57 39
Octal 63 356 361 117 1 0 5 265 127 71
Binary 110011 11101110 11110001 1001111 1 0 101 10110101 1010111 111001

Color Harmonies of #33EEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33EEF1

Black with #33EEF1

Text Example


Text Example

White with #33EEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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