Html Css Color HEX #3CE4FD Turquoise

📋 copy color: '#3CE4FD'

red 60 ◦ green 228 ◦ blue 253

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

Shades of Turquoise #3CE4FD

Tints of Turquoise #3CE4FD

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.14%

 BLUE value IS 253 (99.22% from 255) = 46.77%

R = 11.09%
G = 42.14%
B = 46.77%

CMYK

 C value IS 0.76

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3CE4FD (or 0x3CE4FD) is known color: Turquoise. HEX triplet: 3C, E4 and FD. RGB value is (60,228,253). Sum of RGB (Red+Green+Blue) = 60+228+253=541 (71% of max value = 765). Red value is 60 (23.83% from 255 or 11.09% from 541); Green value is 228 (89.45% from 255 or 42.14% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #3CE4FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CE4FD is #C31B02. Grayscale: #B4B4B4. Windows color (decimal): -12786435 or 16639036. OLE color: 16639036.

HSL color Cylindrical-coordinate representation of color #3CE4FD: hue angle of 187.77º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CE4FD is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 60 228 253 -
CMYK 0.76 0.10 0 0.01
HSL 187.77º 0.98% 0.61% -
HSV(B) 187.77º 0.76% 0.99% -
XYZ 47.34 63.54 102.7 -
YUV 180.62 168.84 41.97 -
System Red Green Blue C M Y K H S L
Decimal 60 228 253 0.76 0.10 0 0.01 187.77 0.98 0.61
Hex 3C E4 FD 4C A 0 1 BC 62 3D
Octal 74 344 375 114 12 0 1 274 142 75
Binary 111100 11100100 11111101 1001100 1010 0 1 10111100 1100010 111101

Color Harmonies of #3CE4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CE4FD

Black with #3CE4FD

Text Example


Text Example

White with #3CE4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,228,253); }

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

background-color css

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

 a { background-color: rgb(60,228,253); }

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

border-color css

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

 span { border-color: rgb(60,228,253); }

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