Html Css Color HEX #6FCAEB Turquoise Blue

📋 copy color: '#6FCAEB'

red 111 ◦ green 202 ◦ blue 235

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

Shades of Turquoise Blue #6FCAEB

Tints of Turquoise Blue #6FCAEB

RGB

 RED value IS 111 (43.75% from 255) = 20.26%

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

 BLUE value IS 235 (92.19% from 255) = 42.88%

R = 20.26%
G = 36.86%
B = 42.88%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6FCAEB (or 0x6FCAEB) is known color: Turquoise Blue. HEX triplet: 6F, CA and EB. RGB value is (111,202,235). Sum of RGB (Red+Green+Blue) = 111+202+235=548 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.26% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #6FCAEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCAEB is #903514. Grayscale: #B2B2B2. Windows color (decimal): -9450773 or 15452783. OLE color: 15452783.

HSL color Cylindrical-coordinate representation of color #6FCAEB: hue angle of 195.97º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FCAEB is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 111 202 235 -
CMYK 0.53 0.14 0 0.08
HSL 195.97º 0.76% 0.68% -
HSV(B) 195.97º 0.53% 0.92% -
XYZ 42.67 51.62 86.31 -
YUV 178.55 159.85 79.82 -
System Red Green Blue C M Y K H S L
Decimal 111 202 235 0.53 0.14 0 0.08 195.97 0.76 0.68
Hex 6F CA EB 35 E 0 8 C4 4C 44
Octal 157 312 353 65 16 0 10 304 114 104
Binary 1101111 11001010 11101011 110101 1110 0 1000 11000100 1001100 1000100

Color Harmonies of #6FCAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCAEB

Black with #6FCAEB

Text Example


Text Example

White with #6FCAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6FCAEB; }

 p { color: rgb(111,202,235); }

 H1.HeaderClassName
 {
   color: #6FCAEB;
 }
 .AnyTagClassName
 {
   color: #6FCAEB;
 }
</style>

background-color css

<style>
 a { background-color: #6FCAEB; }

 a { background-color: rgb(111,202,235); }

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

border-color css

<style>
 span { border-color: #6FCAEB; }

 span { border-color: rgb(111,202,235); }

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