Html Css Color HEX #3CDFEC Turquoise

📋 copy color: '#3CDFEC'

red 60 ◦ green 223 ◦ blue 236

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

Shades of Turquoise #3CDFEC

Tints of Turquoise #3CDFEC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.97%

 BLUE value IS 236 (92.58% from 255) = 45.47%

R = 11.56%
G = 42.97%
B = 45.47%

CMYK

 C value IS 0.75

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3CDFEC (or 0x3CDFEC) is known color: Turquoise. HEX triplet: 3C, DF and EC. RGB value is (60,223,236). Sum of RGB (Red+Green+Blue) = 60+223+236=519 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.56% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #3CDFEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CDFEC is #C32013. Grayscale: #AFAFAF. Windows color (decimal): -12787732 or 15523644. OLE color: 15523644.

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

Color convert

RGB 60 223 236 -
CMYK 0.75 0.06 0 0.07
HSL 184.43º 0.82% 0.58% -
HSV(B) 184.43º 0.75% 0.93% -
XYZ 43.39 59.79 88.61 -
YUV 175.75 162 45.44 -
System Red Green Blue C M Y K H S L
Decimal 60 223 236 0.75 0.06 0 0.07 184.43 0.82 0.58
Hex 3C DF EC 4B 6 0 7 B8 52 3A
Octal 74 337 354 113 6 0 7 270 122 72
Binary 111100 11011111 11101100 1001011 110 0 111 10111000 1010010 111010

Color Harmonies of #3CDFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CDFEC

Black with #3CDFEC

Text Example


Text Example

White with #3CDFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,223,236); }

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

background-color css

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

 a { background-color: rgb(60,223,236); }

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

border-color css

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

 span { border-color: rgb(60,223,236); }

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