Html Css Color HEX #65CEF1 Turquoise Blue

📋 copy color: '#65CEF1'

red 101 ◦ green 206 ◦ blue 241

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

Shades of Turquoise Blue #65CEF1

Tints of Turquoise Blue #65CEF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.98%

R = 18.43%
G = 37.59%
B = 43.98%

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

#65CEF1 (or 0x65CEF1) is known color: Turquoise Blue. HEX triplet: 65, CE and F1. RGB value is (101,206,241). Sum of RGB (Red+Green+Blue) = 101+206+241=548 (72% of max value = 765). Red value is 101 (39.84% from 255 or 18.43% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 241 (94.53% from 255 or 43.98% from 548); Max value from RGB is 241 - color contains mainly: blue. Hex color #65CEF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65CEF1 is #9A310E. Grayscale: #B2B2B2. Windows color (decimal): -10105103 or 15847013. OLE color: 15847013.

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

Color convert

RGB 101 206 241 -
CMYK 0.58 0.15 0 0.05
HSL 195º 0.83% 0.67% -
HSV(B) 195º 0.58% 0.95% -
XYZ 43.32 53.26 91.22 -
YUV 178.6 163.21 72.65 -
System Red Green Blue C M Y K H S L
Decimal 101 206 241 0.58 0.15 0 0.05 195 0.83 0.67
Hex 65 CE F1 3A F 0 5 C3 53 43
Octal 145 316 361 72 17 0 5 303 123 103
Binary 1100101 11001110 11110001 111010 1111 0 101 11000011 1010011 1000011

Color Harmonies of #65CEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CEF1

Black with #65CEF1

Text Example


Text Example

White with #65CEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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