Html Css Color HEX #3FEEFA Turquoise

📋 copy color: '#3FEEFA'

red 63 ◦ green 238 ◦ blue 250

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

Shades of Turquoise #3FEEFA

Tints of Turquoise #3FEEFA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.19%

 BLUE value IS 250 (98.05% from 255) = 45.37%

R = 11.43%
G = 43.19%
B = 45.37%

CMYK

 C value IS 0.75

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3FEEFA (or 0x3FEEFA) is known color: Turquoise. HEX triplet: 3F, EE and FA. RGB value is (63,238,250). Sum of RGB (Red+Green+Blue) = 63+238+250=551 (72% of max value = 765). Red value is 63 (25% from 255 or 11.43% from 551); Green value is 238 (93.36% from 255 or 43.19% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #3FEEFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FEEFA is #C01105. Grayscale: #BABABA. Windows color (decimal): -12587270 or 16444991. OLE color: 16444991.

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

Color convert

RGB 63 238 250 -
CMYK 0.75 0.05 0 0.02
HSL 183.85º 0.95% 0.61% -
HSV(B) 183.85º 0.75% 0.98% -
XYZ 49.88 69.11 101.15 -
YUV 187.04 163.52 39.52 -
System Red Green Blue C M Y K H S L
Decimal 63 238 250 0.75 0.05 0 0.02 183.85 0.95 0.61
Hex 3F EE FA 4B 5 0 2 B8 5F 3D
Octal 77 356 372 113 5 0 2 270 137 75
Binary 111111 11101110 11111010 1001011 101 0 10 10111000 1011111 111101

Color Harmonies of #3FEEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEEFA

Black with #3FEEFA

Text Example


Text Example

White with #3FEEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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