Html Css Color HEX #6CE2FA Turquoise Blue

📋 copy color: '#6CE2FA'

red 108 ◦ green 226 ◦ blue 250

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

Shades of Turquoise Blue #6CE2FA

Tints of Turquoise Blue #6CE2FA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.7%

 BLUE value IS 250 (98.05% from 255) = 42.81%

R = 18.49%
G = 38.7%
B = 42.81%

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

#6CE2FA (or 0x6CE2FA) is known color: Turquoise Blue. HEX triplet: 6C, E2 and FA. RGB value is (108,226,250). Sum of RGB (Red+Green+Blue) = 108+226+250=584 (77% of max value = 765). Red value is 108 (42.58% from 255 or 18.49% from 584); Green value is 226 (88.67% from 255 or 38.70% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #6CE2FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CE2FA is #931D05. Grayscale: #C1C1C1. Windows color (decimal): -9641222 or 16441964. OLE color: 16441964.

HSL color Cylindrical-coordinate representation of color #6CE2FA: hue angle of 190.14º degrees, saturation: 0.93, 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 #6CE2FA is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 108 226 250 -
CMYK 0.57 0.10 0 0.02
HSL 190.14º 0.93% 0.7% -
HSV(B) 190.14º 0.57% 0.98% -
XYZ 50.64 64.48 100.22 -
YUV 193.45 159.91 67.05 -
System Red Green Blue C M Y K H S L
Decimal 108 226 250 0.57 0.10 0 0.02 190.14 0.93 0.7
Hex 6C E2 FA 39 A 0 2 BE 5D 46
Octal 154 342 372 71 12 0 2 276 135 106
Binary 1101100 11100010 11111010 111001 1010 0 10 10111110 1011101 1000110

Color Harmonies of #6CE2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CE2FA

Black with #6CE2FA

Text Example


Text Example

White with #6CE2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,226,250); }

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

background-color css

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

 a { background-color: rgb(108,226,250); }

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

border-color css

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

 span { border-color: rgb(108,226,250); }

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