Html Css Color HEX #65F0EC Turquoise Blue

📋 copy color: '#65F0EC'

red 101 ◦ green 240 ◦ blue 236

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

Shades of Turquoise Blue #65F0EC

Tints of Turquoise Blue #65F0EC

RGB

 RED value IS 101 (39.84% from 255) = 17.5%

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

 BLUE value IS 236 (92.58% from 255) = 40.9%

R = 17.5%
G = 41.59%
B = 40.9%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#65F0EC (or 0x65F0EC) is known color: Turquoise Blue. HEX triplet: 65, F0 and EC. RGB value is (101,240,236). Sum of RGB (Red+Green+Blue) = 101+240+236=577 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.50% from 577); Green value is 240 (94.14% from 255 or 41.59% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 240 - color contains mainly: green. Hex color #65F0EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65F0EC is #9A0F13. Grayscale: #C5C5C5. Windows color (decimal): -10096404 or 15528037. OLE color: 15528037.

HSL color Cylindrical-coordinate representation of color #65F0EC: hue angle of 178.27º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65F0EC is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 101 240 236 -
CMYK 0.58 0 0.02 0.06
HSL 178.27º 0.82% 0.67% -
HSV(B) 178.27º 0.58% 0.94% -
XYZ 51.67 71.14 90.37 -
YUV 197.98 149.45 58.83 -
System Red Green Blue C M Y K H S L
Decimal 101 240 236 0.58 0 0.02 0.06 178.27 0.82 0.67
Hex 65 F0 EC 3A 0 2 6 B2 52 43
Octal 145 360 354 72 0 2 6 262 122 103
Binary 1100101 11110000 11101100 111010 0 10 110 10110010 1010010 1000011

Color Harmonies of #65F0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65F0EC

Black with #65F0EC

Text Example


Text Example

White with #65F0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65F0EC; }

 p { color: rgb(101,240,236); }

 H1.HeaderClassName
 {
   color: #65F0EC;
 }
 .AnyTagClassName
 {
   color: #65F0EC;
 }
</style>

background-color css

<style>
 a { background-color: #65F0EC; }

 a { background-color: rgb(101,240,236); }

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

border-color css

<style>
 span { border-color: #65F0EC; }

 span { border-color: rgb(101,240,236); }

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