Html Css Color HEX #3FEFCC Turquoise

📋 copy color: '#3FEFCC'

red 63 ◦ green 239 ◦ blue 204

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

Shades of Turquoise #3FEFCC

Tints of Turquoise #3FEFCC

RGB

 RED value IS 63 (25% from 255) = 12.45%

 GREEN value IS 239 (93.75% from 255) = 47.23%

 BLUE value IS 204 (80.08% from 255) = 40.32%

R = 12.45%
G = 47.23%
B = 40.32%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#3FEFCC (or 0x3FEFCC) is known color: Turquoise. HEX triplet: 3F, EF and CC. RGB value is (63,239,204). Sum of RGB (Red+Green+Blue) = 63+239+204=506 (67% of max value = 765). Red value is 63 (25% from 255 or 12.45% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEFCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FEFCC is #C01033. Grayscale: #B6B6B6. Windows color (decimal): -12587060 or 13430591. OLE color: 13430591.

HSL color Cylindrical-coordinate representation of color #3FEFCC: hue angle of 168.07º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FEFCC is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 63 239 204 -
CMYK 0.74 0 0.15 0.06
HSL 168.07º 0.85% 0.59% -
HSV(B) 168.07º 0.74% 0.94% -
XYZ 43.82 67.15 67.78 -
YUV 182.39 140.19 42.85 -
System Red Green Blue C M Y K H S L
Decimal 63 239 204 0.74 0 0.15 0.06 168.07 0.85 0.59
Hex 3F EF CC 4A 0 F 6 A8 55 3B
Octal 77 357 314 112 0 17 6 250 125 73
Binary 111111 11101111 11001100 1001010 0 1111 110 10101000 1010101 111011

Color Harmonies of #3FEFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEFCC

Black with #3FEFCC

Text Example


Text Example

White with #3FEFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,239,204); }

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

background-color css

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

 a { background-color: rgb(63,239,204); }

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

border-color css

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

 span { border-color: rgb(63,239,204); }

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