Html Css Color HEX #6FDCEA Turquoise Blue

📋 copy color: '#6FDCEA'

red 111 ◦ green 220 ◦ blue 234

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

Shades of Turquoise Blue #6FDCEA

Tints of Turquoise Blue #6FDCEA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.94%

 BLUE value IS 234 (91.8% from 255) = 41.42%

R = 19.65%
G = 38.94%
B = 41.42%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6FDCEA (or 0x6FDCEA) is known color: Turquoise Blue. HEX triplet: 6F, DC and EA. RGB value is (111,220,234). Sum of RGB (Red+Green+Blue) = 111+220+234=565 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.65% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #6FDCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FDCEA is #902315. Grayscale: #BCBCBC. Windows color (decimal): -9446166 or 15391855. OLE color: 15391855.

HSL color Cylindrical-coordinate representation of color #6FDCEA: hue angle of 186.83º degrees, saturation: 0.75, 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 #6FDCEA is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 111 220 234 -
CMYK 0.53 0.06 0 0.08
HSL 186.83º 0.75% 0.68% -
HSV(B) 186.83º 0.53% 0.92% -
XYZ 47 60.51 87.04 -
YUV 189.01 153.39 72.36 -
System Red Green Blue C M Y K H S L
Decimal 111 220 234 0.53 0.06 0 0.08 186.83 0.75 0.68
Hex 6F DC EA 35 6 0 8 BB 4B 44
Octal 157 334 352 65 6 0 10 273 113 104
Binary 1101111 11011100 11101010 110101 110 0 1000 10111011 1001011 1000100

Color Harmonies of #6FDCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDCEA

Black with #6FDCEA

Text Example


Text Example

White with #6FDCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,220,234); }

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

background-color css

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

 a { background-color: rgb(111,220,234); }

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

border-color css

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

 span { border-color: rgb(111,220,234); }

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