Html Css Color HEX #6CE1F1 Turquoise Blue

📋 copy color: '#6CE1F1'

red 108 ◦ green 225 ◦ blue 241

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

Shades of Turquoise Blue #6CE1F1

Tints of Turquoise Blue #6CE1F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.99%

R = 18.82%
G = 39.2%
B = 41.99%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6CE1F1 (or 0x6CE1F1) is known color: Turquoise Blue. HEX triplet: 6C, E1 and F1. RGB value is (108,225,241). Sum of RGB (Red+Green+Blue) = 108+225+241=574 (76% of max value = 765). Red value is 108 (42.58% from 255 or 18.82% from 574); Green value is 225 (88.28% from 255 or 39.20% from 574); Blue value is 241 (94.53% from 255 or 41.99% from 574); Max value from RGB is 241 - color contains mainly: blue. Hex color #6CE1F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CE1F1 is #931E0E. Grayscale: #BFBFBF. Windows color (decimal): -9641487 or 15851884. OLE color: 15851884.

HSL color Cylindrical-coordinate representation of color #6CE1F1: hue angle of 187.22º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CE1F1 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 108 225 241 -
CMYK 0.55 0.07 0 0.05
HSL 187.22º 0.83% 0.68% -
HSV(B) 187.22º 0.55% 0.95% -
XYZ 48.99 63.39 92.87 -
YUV 191.84 155.74 68.2 -
System Red Green Blue C M Y K H S L
Decimal 108 225 241 0.55 0.07 0 0.05 187.22 0.83 0.68
Hex 6C E1 F1 37 7 0 5 BB 53 44
Octal 154 341 361 67 7 0 5 273 123 104
Binary 1101100 11100001 11110001 110111 111 0 101 10111011 1010011 1000100

Color Harmonies of #6CE1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CE1F1

Black with #6CE1F1

Text Example


Text Example

White with #6CE1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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