Html Css Color HEX #3FEFEE Turquoise

📋 copy color: '#3FEFEE'

red 63 ◦ green 239 ◦ blue 238

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

Shades of Turquoise #3FEFEE

Tints of Turquoise #3FEFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.07%

R = 11.67%
G = 44.26%
B = 44.07%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#3FEFEE (or 0x3FEFEE) is known color: Turquoise. HEX triplet: 3F, EF and EE. RGB value is (63,239,238). Sum of RGB (Red+Green+Blue) = 63+239+238=540 (71% of max value = 765). Red value is 63 (25% from 255 or 11.67% from 540); Green value is 239 (93.75% from 255 or 44.26% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEFEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FEFEE is #C01011. Grayscale: #BABABA. Windows color (decimal): -12587026 or 15658815. OLE color: 15658815.

HSL color Cylindrical-coordinate representation of color #3FEFEE: hue angle of 179.66º 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 #3FEFEE is Cyan = 0.74, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 63 239 238 -
CMYK 0.74 0 0.00 0.06
HSL 179.66º 0.85% 0.59% -
HSV(B) 179.66º 0.74% 0.94% -
XYZ 48.35 68.96 91.65 -
YUV 186.26 157.19 40.08 -
System Red Green Blue C M Y K H S L
Decimal 63 239 238 0.74 0 0.00 0.06 179.66 0.85 0.59
Hex 3F EF EE 4A 0 0 6 B4 55 3B
Octal 77 357 356 112 0 0 6 264 125 73
Binary 111111 11101111 11101110 1001010 0 0 110 10110100 1010101 111011

Color Harmonies of #3FEFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEFEE

Black with #3FEFEE

Text Example


Text Example

White with #3FEFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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