Html Css Color HEX #65ECF0 Turquoise Blue

📋 copy color: '#65ECF0'

red 101 ◦ green 236 ◦ blue 240

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

Shades of Turquoise Blue #65ECF0

Tints of Turquoise Blue #65ECF0

RGB

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

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

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

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

CMYK

 C value IS 0.58

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #65ECF0: hue angle of 181.73º 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 #65ECF0 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 101 236 240 -
CMYK 0.58 0.02 0 0.06
HSL 181.73º 0.82% 0.67% -
HSV(B) 181.73º 0.58% 0.94% -
XYZ 51.09 69.05 93.07 -
YUV 196.09 152.77 60.17 -
System Red Green Blue C M Y K H S L
Decimal 101 236 240 0.58 0.02 0 0.06 181.73 0.82 0.67
Hex 65 EC F0 3A 2 0 6 B6 52 43
Octal 145 354 360 72 2 0 6 266 122 103
Binary 1100101 11101100 11110000 111010 10 0 110 10110110 1010010 1000011

Color Harmonies of #65ECF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ECF0

Black with #65ECF0

Text Example


Text Example

White with #65ECF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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