Html Css Color HEX #65CDF2 Turquoise Blue

📋 copy color: '#65CDF2'

red 101 ◦ green 205 ◦ blue 242

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

Shades of Turquoise Blue #65CDF2

Tints of Turquoise Blue #65CDF2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.41%

 BLUE value IS 242 (94.92% from 255) = 44.16%

R = 18.43%
G = 37.41%
B = 44.16%

CMYK

 C value IS 0.58

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#65CDF2 (or 0x65CDF2) is known color: Turquoise Blue. HEX triplet: 65, CD and F2. RGB value is (101,205,242). Sum of RGB (Red+Green+Blue) = 101+205+242=548 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.43% from 548); Green value is 205 (80.47% from 255 or 37.41% from 548); Blue value is 242 (94.92% from 255 or 44.16% from 548); Max value from RGB is 242 - color contains mainly: blue. Hex color #65CDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CDF2 is #9A320D. Grayscale: #B1B1B1. Windows color (decimal): -10105358 or 15912293. OLE color: 15912293.

HSL color Cylindrical-coordinate representation of color #65CDF2: hue angle of 195.74º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65CDF2 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 101 205 242 -
CMYK 0.58 0.15 0 0.05
HSL 195.74º 0.84% 0.67% -
HSV(B) 195.74º 0.58% 0.95% -
XYZ 43.23 52.84 91.93 -
YUV 178.12 164.04 72.99 -
System Red Green Blue C M Y K H S L
Decimal 101 205 242 0.58 0.15 0 0.05 195.74 0.84 0.67
Hex 65 CD F2 3A F 0 5 C4 54 43
Octal 145 315 362 72 17 0 5 304 124 103
Binary 1100101 11001101 11110010 111010 1111 0 101 11000100 1010100 1000011

Color Harmonies of #65CDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CDF2

Black with #65CDF2

Text Example


Text Example

White with #65CDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,205,242); }

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

background-color css

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

 a { background-color: rgb(101,205,242); }

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

border-color css

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

 span { border-color: rgb(101,205,242); }

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