Html Css Color HEX #3CEBEF Turquoise

📋 copy color: '#3CEBEF'

red 60 ◦ green 235 ◦ blue 239

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

Shades of Turquoise #3CEBEF

Tints of Turquoise #3CEBEF

RGB

 RED value IS 60 (23.83% from 255) = 11.24%

 GREEN value IS 235 (92.19% from 255) = 44.01%

 BLUE value IS 239 (93.75% from 255) = 44.76%

R = 11.24%
G = 44.01%
B = 44.76%

CMYK

 C value IS 0.75

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3CEBEF (or 0x3CEBEF) is known color: Turquoise. HEX triplet: 3C, EB and EF. RGB value is (60,235,239). Sum of RGB (Red+Green+Blue) = 60+235+239=534 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.24% from 534); Green value is 235 (92.19% from 255 or 44.01% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 239 - color contains mainly: blue. Hex color #3CEBEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CEBEF is #C31410. Grayscale: #B6B6B6. Windows color (decimal): -12784657 or 15723324. OLE color: 15723324.

HSL color Cylindrical-coordinate representation of color #3CEBEF: hue angle of 181.34º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEBEF is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 60 235 239 -
CMYK 0.75 0.02 0 0.06
HSL 181.34º 0.85% 0.59% -
HSV(B) 181.34º 0.75% 0.94% -
XYZ 47.15 66.61 92.03 -
YUV 183.13 159.52 40.17 -
System Red Green Blue C M Y K H S L
Decimal 60 235 239 0.75 0.02 0 0.06 181.34 0.85 0.59
Hex 3C EB EF 4B 2 0 6 B5 55 3B
Octal 74 353 357 113 2 0 6 265 125 73
Binary 111100 11101011 11101111 1001011 10 0 110 10110101 1010101 111011

Color Harmonies of #3CEBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEBEF

Black with #3CEBEF

Text Example


Text Example

White with #3CEBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,235,239); }

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

background-color css

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

 a { background-color: rgb(60,235,239); }

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

border-color css

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

 span { border-color: rgb(60,235,239); }

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