Html Css Color HEX #65E8FC Turquoise Blue

📋 copy color: '#65E8FC'

red 101 ◦ green 232 ◦ blue 252

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

Shades of Turquoise Blue #65E8FC

Tints of Turquoise Blue #65E8FC

RGB

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

 GREEN value IS 232 (91.02% from 255) = 39.66%

 BLUE value IS 252 (98.83% from 255) = 43.08%

R = 17.26%
G = 39.66%
B = 43.08%

CMYK

 C value IS 0.60

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#65E8FC (or 0x65E8FC) is known color: Turquoise Blue. HEX triplet: 65, E8 and FC. RGB value is (101,232,252). Sum of RGB (Red+Green+Blue) = 101+232+252=585 (77% of max value = 765). Red value is 101 (39.84% from 255 or 17.26% from 585); Green value is 232 (91.02% from 255 or 39.66% from 585); Blue value is 252 (98.83% from 255 or 43.08% from 585); Max value from RGB is 252 - color contains mainly: blue. Hex color #65E8FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65E8FC is #9A1703. Grayscale: #C2C2C2. Windows color (decimal): -10098436 or 16574565. OLE color: 16574565.

HSL color Cylindrical-coordinate representation of color #65E8FC: hue angle of 187.95º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65E8FC is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 101 232 252 -
CMYK 0.60 0.08 0 0.01
HSL 187.95º 0.96% 0.69% -
HSV(B) 187.95º 0.6% 0.99% -
XYZ 51.79 67.51 102.4 -
YUV 195.11 160.1 60.87 -
System Red Green Blue C M Y K H S L
Decimal 101 232 252 0.60 0.08 0 0.01 187.95 0.96 0.69
Hex 65 E8 FC 3C 8 0 1 BC 60 45
Octal 145 350 374 74 10 0 1 274 140 105
Binary 1100101 11101000 11111100 111100 1000 0 1 10111100 1100000 1000101

Color Harmonies of #65E8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65E8FC

Black with #65E8FC

Text Example


Text Example

White with #65E8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,232,252); }

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

background-color css

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

 a { background-color: rgb(101,232,252); }

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

border-color css

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

 span { border-color: rgb(101,232,252); }

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