Html Css Color HEX #3CEDF3 Turquoise

📋 copy color: '#3CEDF3'

red 60 ◦ green 237 ◦ blue 243

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

Shades of Turquoise #3CEDF3

Tints of Turquoise #3CEDF3

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.89%

 BLUE value IS 243 (95.31% from 255) = 45%

R = 11.11%
G = 43.89%
B = 45%

CMYK

 C value IS 0.75

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3CEDF3 (or 0x3CEDF3) is known color: Turquoise. HEX triplet: 3C, ED and F3. RGB value is (60,237,243). Sum of RGB (Red+Green+Blue) = 60+237+243=540 (71% of max value = 765). Red value is 60 (23.83% from 255 or 11.11% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 243 (95.31% from 255 or 45% from 540); Max value from RGB is 243 - color contains mainly: blue. Hex color #3CEDF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CEDF3 is #C3120C. Grayscale: #B8B8B8. Windows color (decimal): -12784141 or 15985980. OLE color: 15985980.

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

Color convert

RGB 60 237 243 -
CMYK 0.75 0.02 0 0.05
HSL 181.97º 0.88% 0.59% -
HSV(B) 181.97º 0.75% 0.95% -
XYZ 48.33 68 95.37 -
YUV 184.76 160.86 39.01 -
System Red Green Blue C M Y K H S L
Decimal 60 237 243 0.75 0.02 0 0.05 181.97 0.88 0.59
Hex 3C ED F3 4B 2 0 5 B6 58 3B
Octal 74 355 363 113 2 0 5 266 130 73
Binary 111100 11101101 11110011 1001011 10 0 101 10110110 1011000 111011

Color Harmonies of #3CEDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CEDF3

Black with #3CEDF3

Text Example


Text Example

White with #3CEDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,237,243); }

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

background-color css

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

 a { background-color: rgb(60,237,243); }

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

border-color css

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

 span { border-color: rgb(60,237,243); }

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