Html Css Color HEX #BDFCF0 Pale Turquoise

📋 copy color: '#BDFCF0'

red 189 ◦ green 252 ◦ blue 240

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

Shades of Pale Turquoise #BDFCF0

Tints of Pale Turquoise #BDFCF0

RGB

 RED value IS 189 (74.22% from 255) = 27.75%

 GREEN value IS 252 (98.83% from 255) = 37%

 BLUE value IS 240 (94.14% from 255) = 35.24%

R = 27.75%
G = 37%
B = 35.24%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#BDFCF0 (or 0xBDFCF0) is known color: Pale Turquoise. HEX triplet: BD, FC and F0. RGB value is (189,252,240). Sum of RGB (Red+Green+Blue) = 189+252+240=681 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.75% from 681); Green value is 252 (98.83% from 255 or 37.00% from 681); Blue value is 240 (94.14% from 255 or 35.24% from 681); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFCF0 is #42030F. Grayscale: #E7E7E7. Windows color (decimal): -4326160 or 15793341. OLE color: 15793341.

HSL color Cylindrical-coordinate representation of color #BDFCF0: hue angle of 168.57º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFCF0 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 252 240 -
CMYK 0.25 0 0.05 0.01
HSL 168.57º 0.91% 0.86% -
HSV(B) 168.57º 0.25% 0.99% -
XYZ 71.52 86.73 95.41 -
YUV 231.8 132.63 97.48 -
System Red Green Blue C M Y K H S L
Decimal 189 252 240 0.25 0 0.05 0.01 168.57 0.91 0.86
Hex BD FC F0 19 0 5 1 A9 5B 56
Octal 275 374 360 31 0 5 1 251 133 126
Binary 10111101 11111100 11110000 11001 0 101 1 10101001 1011011 1010110

Color Harmonies of #BDFCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFCF0

Black with #BDFCF0

Text Example


Text Example

White with #BDFCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFCF0; }

 p { color: rgb(189,252,240); }

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

background-color css

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

 a { background-color: rgb(189,252,240); }

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

border-color css

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

 span { border-color: rgb(189,252,240); }

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