Html Css Color HEX #3CDEEF Turquoise

📋 copy color: '#3CDEEF'

red 60 ◦ green 222 ◦ blue 239

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

Shades of Turquoise #3CDEEF

Tints of Turquoise #3CDEEF

RGB

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

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

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

R = 11.52%
G = 42.61%
B = 45.87%

CMYK

 C value IS 0.75

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3CDEEF (or 0x3CDEEF) is known color: Turquoise. HEX triplet: 3C, DE and EF. RGB value is (60,222,239). Sum of RGB (Red+Green+Blue) = 60+222+239=521 (69% of max value = 765). Red value is 60 (23.83% from 255 or 11.52% from 521); Green value is 222 (87.11% from 255 or 42.61% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #3CDEEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CDEEF is #C32110. Grayscale: #AFAFAF. Windows color (decimal): -12787985 or 15719996. OLE color: 15719996.

HSL color Cylindrical-coordinate representation of color #3CDEEF: hue angle of 185.7º 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 #3CDEEF is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 60 222 239 -
CMYK 0.75 0.07 0 0.06
HSL 185.7º 0.85% 0.59% -
HSV(B) 185.7º 0.75% 0.94% -
XYZ 43.56 59.44 90.84 -
YUV 175.5 163.83 45.62 -
System Red Green Blue C M Y K H S L
Decimal 60 222 239 0.75 0.07 0 0.06 185.7 0.85 0.59
Hex 3C DE EF 4B 7 0 6 BA 55 3B
Octal 74 336 357 113 7 0 6 272 125 73
Binary 111100 11011110 11101111 1001011 111 0 110 10111010 1010101 111011

Color Harmonies of #3CDEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDEEF

Black with #3CDEEF

Text Example


Text Example

White with #3CDEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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