Html Css Color HEX #65CEF2 Turquoise Blue

📋 copy color: '#65CEF2'

red 101 ◦ green 206 ◦ blue 242

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

Shades of Turquoise Blue #65CEF2

Tints of Turquoise Blue #65CEF2

RGB

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

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

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

R = 18.4%
G = 37.52%
B = 44.08%

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

#65CEF2 (or 0x65CEF2) is known color: Turquoise Blue. HEX triplet: 65, CE and F2. RGB value is (101,206,242). Sum of RGB (Red+Green+Blue) = 101+206+242=549 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.40% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 242 (94.92% from 255 or 44.08% from 549); Max value from RGB is 242 - color contains mainly: blue. Hex color #65CEF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CEF2 is #9A310D. Grayscale: #B2B2B2. Windows color (decimal): -10105102 or 15912549. OLE color: 15912549.

HSL color Cylindrical-coordinate representation of color #65CEF2: hue angle of 195.32º 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 #65CEF2 is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 101 206 242 -
CMYK 0.58 0.15 0 0.05
HSL 195.32º 0.84% 0.67% -
HSV(B) 195.32º 0.58% 0.95% -
XYZ 43.47 53.32 92.01 -
YUV 178.71 163.71 72.57 -
System Red Green Blue C M Y K H S L
Decimal 101 206 242 0.58 0.15 0 0.05 195.32 0.84 0.67
Hex 65 CE F2 3A F 0 5 C3 54 43
Octal 145 316 362 72 17 0 5 303 124 103
Binary 1100101 11001110 11110010 111010 1111 0 101 11000011 1010100 1000011

Color Harmonies of #65CEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CEF2

Black with #65CEF2

Text Example


Text Example

White with #65CEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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