Html Css Color HEX #6CE4FF Turquoise Blue

📋 copy color: '#6CE4FF'

red 108 ◦ green 228 ◦ blue 255

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

Shades of Turquoise Blue #6CE4FF

Tints of Turquoise Blue #6CE4FF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.58%

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

R = 18.27%
G = 38.58%
B = 43.15%

CMYK

 C value IS 0.58

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6CE4FF (or 0x6CE4FF) is known color: Turquoise Blue. HEX triplet: 6C, E4 and FF. RGB value is (108,228,255). Sum of RGB (Red+Green+Blue) = 108+228+255=591 (78% of max value = 765). Red value is 108 (42.58% from 255 or 18.27% from 591); Green value is 228 (89.45% from 255 or 38.58% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #6CE4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CE4FF is #931B00. Grayscale: #C2C2C2. Windows color (decimal): -9640705 or 16770156. OLE color: 16770156.

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

Color convert

RGB 108 228 255 -
CMYK 0.58 0.11 0 0
HSL 191.02º 1% 0.71% -
HSV(B) 191.02º 0.58% 1% -
XYZ 51.98 65.89 104.59 -
YUV 195.2 161.74 65.8 -
System Red Green Blue C M Y K H S L
Decimal 108 228 255 0.58 0.11 0 0 191.02 1 0.71
Hex 6C E4 FF 3A B 0 0 BF 64 47
Octal 154 344 377 72 13 0 0 277 144 107
Binary 1101100 11100100 11111111 111010 1011 0 0 10111111 1100100 1000111

Color Harmonies of #6CE4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CE4FF

Black with #6CE4FF

Text Example


Text Example

White with #6CE4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,228,255); }

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

background-color css

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

 a { background-color: rgb(108,228,255); }

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

border-color css

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

 span { border-color: rgb(108,228,255); }

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