Html Css Color HEX #3FEFF4 Turquoise

📋 copy color: '#3FEFF4'

red 63 ◦ green 239 ◦ blue 244

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

Shades of Turquoise #3FEFF4

Tints of Turquoise #3FEFF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 44.69%

R = 11.54%
G = 43.77%
B = 44.69%

CMYK

 C value IS 0.74

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#3FEFF4 (or 0x3FEFF4) is known color: Turquoise. HEX triplet: 3F, EF and F4. RGB value is (63,239,244). Sum of RGB (Red+Green+Blue) = 63+239+244=546 (72% of max value = 765). Red value is 63 (25% from 255 or 11.54% from 546); Green value is 239 (93.75% from 255 or 43.77% from 546); Blue value is 244 (95.70% from 255 or 44.69% from 546); Max value from RGB is 244 - color contains mainly: blue. Hex color #3FEFF4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FEFF4 is #C0100B. Grayscale: #BABABA. Windows color (decimal): -12587020 or 16052031. OLE color: 16052031.

HSL color Cylindrical-coordinate representation of color #3FEFF4: hue angle of 181.66º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FEFF4 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 63 239 244 -
CMYK 0.74 0.02 0 0.04
HSL 181.66º 0.89% 0.6% -
HSV(B) 181.66º 0.74% 0.96% -
XYZ 49.25 69.32 96.37 -
YUV 186.95 160.19 39.59 -
System Red Green Blue C M Y K H S L
Decimal 63 239 244 0.74 0.02 0 0.04 181.66 0.89 0.6
Hex 3F EF F4 4A 2 0 4 B6 59 3C
Octal 77 357 364 112 2 0 4 266 131 74
Binary 111111 11101111 11110100 1001010 10 0 100 10110110 1011001 111100

Color Harmonies of #3FEFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEFF4

Black with #3FEFF4

Text Example


Text Example

White with #3FEFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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