Html Css Color HEX #6CE1F9 Turquoise Blue

📋 copy color: '#6CE1F9'

red 108 ◦ green 225 ◦ blue 249

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

Shades of Turquoise Blue #6CE1F9

Tints of Turquoise Blue #6CE1F9

RGB

 RED value IS 108 (42.58% from 255) = 18.56%

 GREEN value IS 225 (88.28% from 255) = 38.66%

 BLUE value IS 249 (97.66% from 255) = 42.78%

R = 18.56%
G = 38.66%
B = 42.78%

CMYK

 C value IS 0.57

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6CE1F9 (or 0x6CE1F9) is known color: Turquoise Blue. HEX triplet: 6C, E1 and F9. RGB value is (108,225,249). Sum of RGB (Red+Green+Blue) = 108+225+249=582 (77% of max value = 765). Red value is 108 (42.58% from 255 or 18.56% from 582); Green value is 225 (88.28% from 255 or 38.66% from 582); Blue value is 249 (97.66% from 255 or 42.78% from 582); Max value from RGB is 249 - color contains mainly: blue. Hex color #6CE1F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CE1F9 is #931E06. Grayscale: #C0C0C0. Windows color (decimal): -9641479 or 16376172. OLE color: 16376172.

HSL color Cylindrical-coordinate representation of color #6CE1F9: hue angle of 190.21º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CE1F9 is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 108 225 249 -
CMYK 0.57 0.10 0 0.02
HSL 190.21º 0.92% 0.7% -
HSV(B) 190.21º 0.57% 0.98% -
XYZ 50.21 63.88 99.31 -
YUV 192.75 159.74 67.55 -
System Red Green Blue C M Y K H S L
Decimal 108 225 249 0.57 0.10 0 0.02 190.21 0.92 0.7
Hex 6C E1 F9 39 A 0 2 BE 5C 46
Octal 154 341 371 71 12 0 2 276 134 106
Binary 1101100 11100001 11111001 111001 1010 0 10 10111110 1011100 1000110

Color Harmonies of #6CE1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CE1F9

Black with #6CE1F9

Text Example


Text Example

White with #6CE1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,225,249); }

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

background-color css

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

 a { background-color: rgb(108,225,249); }

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

border-color css

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

 span { border-color: rgb(108,225,249); }

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