Html Css Color HEX #65E6FA Turquoise Blue

📋 copy color: '#65E6FA'

red 101 ◦ green 230 ◦ blue 250

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

Shades of Turquoise Blue #65E6FA

Tints of Turquoise Blue #65E6FA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.59%

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

R = 17.38%
G = 39.59%
B = 43.03%

CMYK

 C value IS 0.60

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#65E6FA (or 0x65E6FA) is known color: Turquoise Blue. HEX triplet: 65, E6 and FA. RGB value is (101,230,250). Sum of RGB (Red+Green+Blue) = 101+230+250=581 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.38% from 581); Green value is 230 (90.23% from 255 or 39.59% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #65E6FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65E6FA is #9A1905. Grayscale: #C1C1C1. Windows color (decimal): -10098950 or 16442981. OLE color: 16442981.

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

Color convert

RGB 101 230 250 -
CMYK 0.60 0.08 0 0.02
HSL 188.05º 0.94% 0.69% -
HSV(B) 188.05º 0.6% 0.98% -
XYZ 50.92 66.26 100.55 -
YUV 193.71 159.76 61.87 -
System Red Green Blue C M Y K H S L
Decimal 101 230 250 0.60 0.08 0 0.02 188.05 0.94 0.69
Hex 65 E6 FA 3C 8 0 2 BC 5E 45
Octal 145 346 372 74 10 0 2 274 136 105
Binary 1100101 11100110 11111010 111100 1000 0 10 10111100 1011110 1000101

Color Harmonies of #65E6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65E6FA

Black with #65E6FA

Text Example


Text Example

White with #65E6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,230,250); }

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

background-color css

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

 a { background-color: rgb(101,230,250); }

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

border-color css

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

 span { border-color: rgb(101,230,250); }

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