Html Css Color HEX #3BECEE Turquoise

📋 copy color: '#3BECEE'

red 59 ◦ green 236 ◦ blue 238

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

Shades of Turquoise #3BECEE

Tints of Turquoise #3BECEE

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.28%

 BLUE value IS 238 (93.36% from 255) = 44.65%

R = 11.07%
G = 44.28%
B = 44.65%

CMYK

 C value IS 0.75

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3BECEE (or 0x3BECEE) is known color: Turquoise. HEX triplet: 3B, EC and EE. RGB value is (59,236,238). Sum of RGB (Red+Green+Blue) = 59+236+238=533 (70% of max value = 765). Red value is 59 (23.44% from 255 or 11.07% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #3BECEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3BECEE is #C41311. Grayscale: #B7B7B7. Windows color (decimal): -12849938 or 15658043. OLE color: 15658043.

HSL color Cylindrical-coordinate representation of color #3BECEE: hue angle of 180.67º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BECEE is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 59 236 238 -
CMYK 0.75 0.01 0 0.07
HSL 180.67º 0.84% 0.58% -
HSV(B) 180.67º 0.75% 0.93% -
XYZ 47.23 67.09 91.35 -
YUV 183.31 158.86 39.34 -
System Red Green Blue C M Y K H S L
Decimal 59 236 238 0.75 0.01 0 0.07 180.67 0.84 0.58
Hex 3B EC EE 4B 1 0 7 B5 54 3A
Octal 73 354 356 113 1 0 7 265 124 72
Binary 111011 11101100 11101110 1001011 1 0 111 10110101 1010100 111010

Color Harmonies of #3BECEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BECEE

Black with #3BECEE

Text Example


Text Example

White with #3BECEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,236,238); }

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

background-color css

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

 a { background-color: rgb(59,236,238); }

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

border-color css

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

 span { border-color: rgb(59,236,238); }

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