Html Css Color HEX #6CEBF2 Turquoise Blue

📋 copy color: '#6CEBF2'

red 108 ◦ green 235 ◦ blue 242

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

Shades of Turquoise Blue #6CEBF2

Tints of Turquoise Blue #6CEBF2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.17%

 BLUE value IS 242 (94.92% from 255) = 41.37%

R = 18.46%
G = 40.17%
B = 41.37%

CMYK

 C value IS 0.55

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6CEBF2 (or 0x6CEBF2) is known color: Turquoise Blue. HEX triplet: 6C, EB and F2. RGB value is (108,235,242). Sum of RGB (Red+Green+Blue) = 108+235+242=585 (77% of max value = 765). Red value is 108 (42.58% from 255 or 18.46% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 242 (94.92% from 255 or 41.37% from 585); Max value from RGB is 242 - color contains mainly: blue. Hex color #6CEBF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CEBF2 is #93140D. Grayscale: #C5C5C5. Windows color (decimal): -9638926 or 15919980. OLE color: 15919980.

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

Color convert

RGB 108 235 242 -
CMYK 0.55 0.03 0 0.05
HSL 183.13º 0.84% 0.69% -
HSV(B) 183.13º 0.55% 0.95% -
XYZ 51.92 69.02 94.59 -
YUV 197.83 152.92 63.93 -
System Red Green Blue C M Y K H S L
Decimal 108 235 242 0.55 0.03 0 0.05 183.13 0.84 0.69
Hex 6C EB F2 37 3 0 5 B7 54 45
Octal 154 353 362 67 3 0 5 267 124 105
Binary 1101100 11101011 11110010 110111 11 0 101 10110111 1010100 1000101

Color Harmonies of #6CEBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CEBF2

Black with #6CEBF2

Text Example


Text Example

White with #6CEBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,235,242); }

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

background-color css

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

 a { background-color: rgb(108,235,242); }

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

border-color css

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

 span { border-color: rgb(108,235,242); }

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