Html Css Color HEX #6ACFEE Turquoise Blue

📋 copy color: '#6ACFEE'

red 106 ◦ green 207 ◦ blue 238

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

Shades of Turquoise Blue #6ACFEE

Tints of Turquoise Blue #6ACFEE

RGB

 RED value IS 106 (41.8% from 255) = 19.24%

 GREEN value IS 207 (81.25% from 255) = 37.57%

 BLUE value IS 238 (93.36% from 255) = 43.19%

R = 19.24%
G = 37.57%
B = 43.19%

CMYK

 C value IS 0.55

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6ACFEE (or 0x6ACFEE) is known color: Turquoise Blue. HEX triplet: 6A, CF and EE. RGB value is (106,207,238). Sum of RGB (Red+Green+Blue) = 106+207+238=551 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.24% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #6ACFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ACFEE is #953011. Grayscale: #B4B4B4. Windows color (decimal): -9777170 or 15650666. OLE color: 15650666.

HSL color Cylindrical-coordinate representation of color #6ACFEE: hue angle of 194.09º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6ACFEE is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 207 238 -
CMYK 0.55 0.13 0 0.07
HSL 194.09º 0.8% 0.67% -
HSV(B) 194.09º 0.55% 0.93% -
XYZ 43.69 53.86 88.98 -
YUV 180.34 160.54 74.98 -
System Red Green Blue C M Y K H S L
Decimal 106 207 238 0.55 0.13 0 0.07 194.09 0.8 0.67
Hex 6A CF EE 37 D 0 7 C2 50 43
Octal 152 317 356 67 15 0 7 302 120 103
Binary 1101010 11001111 11101110 110111 1101 0 111 11000010 1010000 1000011

Color Harmonies of #6ACFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACFEE

Black with #6ACFEE

Text Example


Text Example

White with #6ACFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,207,238); }

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

background-color css

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

 a { background-color: rgb(106,207,238); }

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

border-color css

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

 span { border-color: rgb(106,207,238); }

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