Html Css Color HEX #3CF0F3 Turquoise

📋 copy color: '#3CF0F3'

red 60 ◦ green 240 ◦ blue 243

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

Shades of Turquoise #3CF0F3

Tints of Turquoise #3CF0F3

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.2%

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

R = 11.05%
G = 44.2%
B = 44.75%

CMYK

 C value IS 0.75

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3CF0F3 (or 0x3CF0F3) is known color: Turquoise. HEX triplet: 3C, F0 and F3. RGB value is (60,240,243). Sum of RGB (Red+Green+Blue) = 60+240+243=543 (71% of max value = 765). Red value is 60 (23.83% from 255 or 11.05% from 543); Green value is 240 (94.14% from 255 or 44.20% from 543); Blue value is 243 (95.31% from 255 or 44.75% from 543); Max value from RGB is 243 - color contains mainly: blue. Hex color #3CF0F3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3CF0F3 is #C30F0C. Grayscale: #BABABA. Windows color (decimal): -12783373 or 15986748. OLE color: 15986748.

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

Color convert

RGB 60 240 243 -
CMYK 0.75 0.01 0 0.05
HSL 180.98º 0.88% 0.59% -
HSV(B) 180.98º 0.75% 0.95% -
XYZ 49.2 69.75 95.66 -
YUV 186.52 159.87 37.76 -
System Red Green Blue C M Y K H S L
Decimal 60 240 243 0.75 0.01 0 0.05 180.98 0.88 0.59
Hex 3C F0 F3 4B 1 0 5 B5 58 3B
Octal 74 360 363 113 1 0 5 265 130 73
Binary 111100 11110000 11110011 1001011 1 0 101 10110101 1011000 111011

Color Harmonies of #3CF0F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CF0F3

Black with #3CF0F3

Text Example


Text Example

White with #3CF0F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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