Html Css Color HEX #65CADA Turquoise Blue

📋 copy color: '#65CADA'

red 101 ◦ green 202 ◦ blue 218

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

Shades of Turquoise Blue #65CADA

Tints of Turquoise Blue #65CADA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.77%

 BLUE value IS 218 (85.55% from 255) = 41.84%

R = 19.39%
G = 38.77%
B = 41.84%

CMYK

 C value IS 0.54

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#65CADA (or 0x65CADA) is known color: Turquoise Blue. HEX triplet: 65, CA and DA. RGB value is (101,202,218). Sum of RGB (Red+Green+Blue) = 101+202+218=521 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.39% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #65CADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CADA is #9A3525. Grayscale: #ADADAD. Windows color (decimal): -10106150 or 14338661. OLE color: 14338661.

HSL color Cylindrical-coordinate representation of color #65CADA: hue angle of 188.21º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65CADA is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 202 218 -
CMYK 0.54 0.07 0 0.15
HSL 188.21º 0.61% 0.63% -
HSV(B) 188.21º 0.54% 0.85% -
XYZ 39.14 50.07 73.93 -
YUV 173.63 153.04 76.2 -
System Red Green Blue C M Y K H S L
Decimal 101 202 218 0.54 0.07 0 0.15 188.21 0.61 0.63
Hex 65 CA DA 36 7 0 F BC 3D 3F
Octal 145 312 332 66 7 0 17 274 75 77
Binary 1100101 11001010 11011010 110110 111 0 1111 10111100 111101 111111

Color Harmonies of #65CADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CADA

Black with #65CADA

Text Example


Text Example

White with #65CADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,202,218); }

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

background-color css

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

 a { background-color: rgb(101,202,218); }

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

border-color css

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

 span { border-color: rgb(101,202,218); }

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