Html Css Color HEX #33EDF5 Turquoise

📋 copy color: '#33EDF5'

red 51 ◦ green 237 ◦ blue 245

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

Shades of Turquoise #33EDF5

Tints of Turquoise #33EDF5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.47%

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

R = 9.57%
G = 44.47%
B = 45.97%

CMYK

 C value IS 0.79

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#33EDF5 (or 0x33EDF5) is known color: Turquoise. HEX triplet: 33, ED and F5. RGB value is (51,237,245). Sum of RGB (Red+Green+Blue) = 51+237+245=533 (70% of max value = 765). Red value is 51 (20.31% from 255 or 9.57% from 533); Green value is 237 (92.97% from 255 or 44.47% from 533); Blue value is 245 (96.09% from 255 or 45.97% from 533); Max value from RGB is 245 - color contains mainly: blue. Hex color #33EDF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #33EDF5 is #CC120A. Grayscale: #B6B6B6. Windows color (decimal): -13373963 or 16117043. OLE color: 16117043.

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

Color convert

RGB 51 237 245 -
CMYK 0.79 0.03 0 0.04
HSL 182.47º 0.91% 0.58% -
HSV(B) 182.47º 0.79% 0.96% -
XYZ 48.13 67.86 96.95 -
YUV 182.3 163.38 34.35 -
System Red Green Blue C M Y K H S L
Decimal 51 237 245 0.79 0.03 0 0.04 182.47 0.91 0.58
Hex 33 ED F5 4F 3 0 4 B6 5B 3A
Octal 63 355 365 117 3 0 4 266 133 72
Binary 110011 11101101 11110101 1001111 11 0 100 10110110 1011011 111010

Color Harmonies of #33EDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33EDF5

Black with #33EDF5

Text Example


Text Example

White with #33EDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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