Html Css Color HEX #3BDEE0 Turquoise

📋 copy color: '#3BDEE0'

red 59 ◦ green 222 ◦ blue 224

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

Shades of Turquoise #3BDEE0

Tints of Turquoise #3BDEE0

RGB

 RED value IS 59 (23.44% from 255) = 11.68%

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

 BLUE value IS 224 (87.89% from 255) = 44.36%

R = 11.68%
G = 43.96%
B = 44.36%

CMYK

 C value IS 0.74

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3BDEE0 (or 0x3BDEE0) is known color: Turquoise. HEX triplet: 3B, DE and E0. RGB value is (59,222,224). Sum of RGB (Red+Green+Blue) = 59+222+224=505 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.68% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 224 (87.89% from 255 or 44.36% from 505); Max value from RGB is 224 - color contains mainly: blue. Hex color #3BDEE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDEE0 is #C4211F. Grayscale: #ADADAD. Windows color (decimal): -12853536 or 14736955. OLE color: 14736955.

HSL color Cylindrical-coordinate representation of color #3BDEE0: hue angle of 180.73º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BDEE0 is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 59 222 224 -
CMYK 0.74 0.01 0 0.12
HSL 180.73º 0.73% 0.55% -
HSV(B) 180.73º 0.74% 0.88% -
XYZ 41.38 58.55 79.64 -
YUV 173.49 156.5 46.34 -
System Red Green Blue C M Y K H S L
Decimal 59 222 224 0.74 0.01 0 0.12 180.73 0.73 0.55
Hex 3B DE E0 4A 1 0 C B5 49 37
Octal 73 336 340 112 1 0 14 265 111 67
Binary 111011 11011110 11100000 1001010 1 0 1100 10110101 1001001 110111

Color Harmonies of #3BDEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDEE0

Black with #3BDEE0

Text Example


Text Example

White with #3BDEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3BDEE0; }

 p { color: rgb(59,222,224); }

 H1.HeaderClassName
 {
   color: #3BDEE0;
 }
 .AnyTagClassName
 {
   color: #3BDEE0;
 }
</style>

background-color css

<style>
 a { background-color: #3BDEE0; }

 a { background-color: rgb(59,222,224); }

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

border-color css

<style>
 span { border-color: #3BDEE0; }

 span { border-color: rgb(59,222,224); }

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