Html Css Color HEX #6FE0FF Turquoise Blue

📋 copy color: '#6FE0FF'

red 111 ◦ green 224 ◦ blue 255

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

Shades of Turquoise Blue #6FE0FF

Tints of Turquoise Blue #6FE0FF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.97%

 BLUE value IS 255 (100% from 255) = 43.22%

R = 18.81%
G = 37.97%
B = 43.22%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6FE0FF (or 0x6FE0FF) is known color: Turquoise Blue. HEX triplet: 6F, E0 and FF. RGB value is (111,224,255). Sum of RGB (Red+Green+Blue) = 111+224+255=590 (78% of max value = 765). Red value is 111 (43.75% from 255 or 18.81% from 590); Green value is 224 (87.89% from 255 or 37.97% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #6FE0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FE0FF is #901F00. Grayscale: #C1C1C1. Windows color (decimal): -9445121 or 16769135. OLE color: 16769135.

HSL color Cylindrical-coordinate representation of color #6FE0FF: hue angle of 192.92º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FE0FF is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 111 224 255 -
CMYK 0.56 0.12 0 0
HSL 192.92º 1% 0.72% -
HSV(B) 192.92º 0.56% 1% -
XYZ 51.26 63.91 104.24 -
YUV 193.75 162.56 68.98 -
System Red Green Blue C M Y K H S L
Decimal 111 224 255 0.56 0.12 0 0 192.92 1 0.72
Hex 6F E0 FF 38 C 0 0 C1 64 48
Octal 157 340 377 70 14 0 0 301 144 110
Binary 1101111 11100000 11111111 111000 1100 0 0 11000001 1100100 1001000

Color Harmonies of #6FE0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FE0FF

Black with #6FE0FF

Text Example


Text Example

White with #6FE0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,224,255); }

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

background-color css

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

 a { background-color: rgb(111,224,255); }

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

border-color css

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

 span { border-color: rgb(111,224,255); }

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