Html Css Color HEX #65E4FA Turquoise Blue

📋 copy color: '#65E4FA'

red 101 ◦ green 228 ◦ blue 250

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

Shades of Turquoise Blue #65E4FA

Tints of Turquoise Blue #65E4FA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 39.38%

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

R = 17.44%
G = 39.38%
B = 43.18%

CMYK

 C value IS 0.60

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#65E4FA (or 0x65E4FA) is known color: Turquoise Blue. HEX triplet: 65, E4 and FA. RGB value is (101,228,250). Sum of RGB (Red+Green+Blue) = 101+228+250=579 (76% of max value = 765). Red value is 101 (39.84% from 255 or 17.44% from 579); Green value is 228 (89.45% from 255 or 39.38% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #65E4FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65E4FA is #9A1B05. Grayscale: #C0C0C0. Windows color (decimal): -10099462 or 16442469. OLE color: 16442469.

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

Color convert

RGB 101 228 250 -
CMYK 0.60 0.09 0 0.02
HSL 188.86º 0.94% 0.69% -
HSV(B) 188.86º 0.6% 0.98% -
XYZ 50.37 65.16 100.36 -
YUV 192.54 160.42 62.71 -
System Red Green Blue C M Y K H S L
Decimal 101 228 250 0.60 0.09 0 0.02 188.86 0.94 0.69
Hex 65 E4 FA 3C 9 0 2 BD 5E 45
Octal 145 344 372 74 11 0 2 275 136 105
Binary 1100101 11100100 11111010 111100 1001 0 10 10111101 1011110 1000101

Color Harmonies of #65E4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65E4FA

Black with #65E4FA

Text Example


Text Example

White with #65E4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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