Html Css Color HEX #65ECF1 Turquoise Blue

📋 copy color: '#65ECF1'

red 101 ◦ green 236 ◦ blue 241

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

Shades of Turquoise Blue #65ECF1

Tints of Turquoise Blue #65ECF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.7%

R = 17.47%
G = 40.83%
B = 41.7%

CMYK

 C value IS 0.58

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#65ECF1 (or 0x65ECF1) is known color: Turquoise Blue. HEX triplet: 65, EC and F1. RGB value is (101,236,241). Sum of RGB (Red+Green+Blue) = 101+236+241=578 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.47% from 578); Green value is 236 (92.58% from 255 or 40.83% from 578); Blue value is 241 (94.53% from 255 or 41.70% from 578); Max value from RGB is 241 - color contains mainly: blue. Hex color #65ECF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65ECF1 is #9A130E. Grayscale: #C4C4C4. Windows color (decimal): -10097423 or 15854693. OLE color: 15854693.

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

Color convert

RGB 101 236 241 -
CMYK 0.58 0.02 0 0.05
HSL 182.14º 0.83% 0.67% -
HSV(B) 182.14º 0.58% 0.95% -
XYZ 51.24 69.11 93.86 -
YUV 196.21 153.27 60.09 -
System Red Green Blue C M Y K H S L
Decimal 101 236 241 0.58 0.02 0 0.05 182.14 0.83 0.67
Hex 65 EC F1 3A 2 0 5 B6 53 43
Octal 145 354 361 72 2 0 5 266 123 103
Binary 1100101 11101100 11110001 111010 10 0 101 10110110 1010011 1000011

Color Harmonies of #65ECF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65ECF1

Black with #65ECF1

Text Example


Text Example

White with #65ECF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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