Html Css Color HEX #3CEBFF Turquoise

📋 copy color: '#3CEBFF'

red 60 ◦ green 235 ◦ blue 255

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

Shades of Turquoise #3CEBFF

Tints of Turquoise #3CEBFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.36%

R = 10.91%
G = 42.73%
B = 46.36%

CMYK

 C value IS 0.76

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3CEBFF (or 0x3CEBFF) is known color: Turquoise. HEX triplet: 3C, EB and FF. RGB value is (60,235,255). Sum of RGB (Red+Green+Blue) = 60+235+255=550 (72% of max value = 765). Red value is 60 (23.83% from 255 or 10.91% from 550); Green value is 235 (92.19% from 255 or 42.73% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #3CEBFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CEBFF is #C31400. Grayscale: #B8B8B8. Windows color (decimal): -12784641 or 16771900. OLE color: 16771900.

HSL color Cylindrical-coordinate representation of color #3CEBFF: hue angle of 186.15º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CEBFF is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 60 235 255 -
CMYK 0.76 0.08 0 0
HSL 186.15º 1% 0.62% -
HSV(B) 186.15º 0.76% 1% -
XYZ 49.62 67.6 105.04 -
YUV 184.96 167.52 38.87 -
System Red Green Blue C M Y K H S L
Decimal 60 235 255 0.76 0.08 0 0 186.15 1 0.62
Hex 3C EB FF 4C 8 0 0 BA 64 3E
Octal 74 353 377 114 10 0 0 272 144 76
Binary 111100 11101011 11111111 1001100 1000 0 0 10111010 1100100 111110

Color Harmonies of #3CEBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEBFF

Black with #3CEBFF

Text Example


Text Example

White with #3CEBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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