Html Css Color HEX #33DEFD Turquoise

📋 copy color: '#33DEFD'

red 51 ◦ green 222 ◦ blue 253

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

Shades of Turquoise #33DEFD

Tints of Turquoise #33DEFD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.21%

 BLUE value IS 253 (99.22% from 255) = 48.1%

R = 9.7%
G = 42.21%
B = 48.1%

CMYK

 C value IS 0.80

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#33DEFD (or 0x33DEFD) is known color: Turquoise. HEX triplet: 33, DE and FD. RGB value is (51,222,253). Sum of RGB (Red+Green+Blue) = 51+222+253=526 (69% of max value = 765). Red value is 51 (20.31% from 255 or 9.70% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #33DEFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33DEFD is #CC2102. Grayscale: #AEAEAE. Windows color (decimal): -13377795 or 16637491. OLE color: 16637491.

HSL color Cylindrical-coordinate representation of color #33DEFD: hue angle of 189.21º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33DEFD is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 51 222 253 -
CMYK 0.80 0.12 0 0.01
HSL 189.21º 0.98% 0.6% -
HSV(B) 189.21º 0.8% 0.99% -
XYZ 45.22 60.04 102.13 -
YUV 174.41 172.35 39.98 -
System Red Green Blue C M Y K H S L
Decimal 51 222 253 0.80 0.12 0 0.01 189.21 0.98 0.6
Hex 33 DE FD 50 C 0 1 BD 62 3C
Octal 63 336 375 120 14 0 1 275 142 74
Binary 110011 11011110 11111101 1010000 1100 0 1 10111101 1100010 111100

Color Harmonies of #33DEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DEFD

Black with #33DEFD

Text Example


Text Example

White with #33DEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,222,253); }

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

background-color css

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

 a { background-color: rgb(51,222,253); }

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

border-color css

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

 span { border-color: rgb(51,222,253); }

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