Html Css Color HEX #65CED5 Turquoise Blue

📋 copy color: '#65CED5'

red 101 ◦ green 206 ◦ blue 213

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

Shades of Turquoise Blue #65CED5

Tints of Turquoise Blue #65CED5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.62%

 BLUE value IS 213 (83.59% from 255) = 40.96%

R = 19.42%
G = 39.62%
B = 40.96%

CMYK

 C value IS 0.53

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#65CED5 (or 0x65CED5) is known color: Turquoise Blue. HEX triplet: 65, CE and D5. RGB value is (101,206,213). Sum of RGB (Red+Green+Blue) = 101+206+213=520 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.42% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 213 (83.59% from 255 or 40.96% from 520); Max value from RGB is 213 - color contains mainly: blue. Hex color #65CED5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CED5 is #9A312A. Grayscale: #AFAFAF. Windows color (decimal): -10105131 or 14012005. OLE color: 14012005.

HSL color Cylindrical-coordinate representation of color #65CED5: hue angle of 183.75º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65CED5 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 101 206 213 -
CMYK 0.53 0.03 0 0.16
HSL 183.75º 0.57% 0.62% -
HSV(B) 183.75º 0.53% 0.84% -
XYZ 39.45 51.71 70.85 -
YUV 175.4 149.21 74.93 -
System Red Green Blue C M Y K H S L
Decimal 101 206 213 0.53 0.03 0 0.16 183.75 0.57 0.62
Hex 65 CE D5 35 3 0 10 B8 39 3E
Octal 145 316 325 65 3 0 20 270 71 76
Binary 1100101 11001110 11010101 110101 11 0 10000 10111000 111001 111110

Color Harmonies of #65CED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CED5

Black with #65CED5

Text Example


Text Example

White with #65CED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,206,213); }

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

background-color css

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

 a { background-color: rgb(101,206,213); }

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

border-color css

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

 span { border-color: rgb(101,206,213); }

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