Html Css Color HEX #6FCFED Turquoise Blue

📋 copy color: '#6FCFED'

red 111 ◦ green 207 ◦ blue 237

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

Shades of Turquoise Blue #6FCFED

Tints of Turquoise Blue #6FCFED

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.3%

 BLUE value IS 237 (92.97% from 255) = 42.7%

R = 20%
G = 37.3%
B = 42.7%

CMYK

 C value IS 0.53

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6FCFED (or 0x6FCFED) is known color: Turquoise Blue. HEX triplet: 6F, CF and ED. RGB value is (111,207,237). Sum of RGB (Red+Green+Blue) = 111+207+237=555 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20% from 555); Green value is 207 (81.25% from 255 or 37.30% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #6FCFED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCFED is #903012. Grayscale: #B5B5B5. Windows color (decimal): -9449491 or 15585135. OLE color: 15585135.

HSL color Cylindrical-coordinate representation of color #6FCFED: hue angle of 194.29º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FCFED is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 111 207 237 -
CMYK 0.53 0.13 0 0.07
HSL 194.29º 0.78% 0.68% -
HSV(B) 194.29º 0.53% 0.93% -
XYZ 44.15 54.12 88.24 -
YUV 181.72 159.2 77.56 -
System Red Green Blue C M Y K H S L
Decimal 111 207 237 0.53 0.13 0 0.07 194.29 0.78 0.68
Hex 6F CF ED 35 D 0 7 C2 4E 44
Octal 157 317 355 65 15 0 7 302 116 104
Binary 1101111 11001111 11101101 110101 1101 0 111 11000010 1001110 1000100

Color Harmonies of #6FCFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCFED

Black with #6FCFED

Text Example


Text Example

White with #6FCFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,207,237); }

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

background-color css

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

 a { background-color: rgb(111,207,237); }

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

border-color css

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

 span { border-color: rgb(111,207,237); }

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